Skip to content

Commit

Permalink
InitializedByAnother display for authenticationMode PRE_SHARED_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikMatiasko committed Aug 29, 2023
1 parent c5b027b commit 4cfac78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const RemoteClientsPage: FC<Props> = (props) => {
<div css={styles.detailPage}>
<Helmet title={`${clientData.clientName}`} />
{initializedByAnother && <InitializedByAnother description={_(t.initializedByAnotherDesc)} show={true} />}
{!suspectedUnauthorized && suspectedUnauthorized && <FullPageLoader i18n={{ loading: _(g.loading) }} />}
{!initializedByAnother && suspectedUnauthorized && <FullPageLoader i18n={{ loading: _(g.loading) }} />}
{!initializedByAnother && !suspectedUnauthorized && (
<RemoteClientsAuthProvider
clientData={clientData}
Expand Down

0 comments on commit 4cfac78

Please sign in to comment.