We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16448bf commit 0b691a3Copy full SHA for 0b691a3
site/src/pages/ExternalAuthPage/ExternalAuthPageView.tsx
@@ -63,7 +63,9 @@ const ExternalAuthPageView: FC<ExternalAuthPageViewProps> = ({
63
64
return (
65
<SignInLayout>
66
- <Welcome>You've authenticated with {externalAuth.display_name}!</Welcome>
+ <Welcome>
67
+ You've authenticated with {externalAuth.display_name}!
68
+ </Welcome>
69
70
<p css={styles.text}>
71
{externalAuth.user?.login && `Hey @${externalAuth.user?.login}! 👋 `}
0 commit comments