Skip to content

Commit 0b691a3

Browse files
committed
🧹
1 parent 16448bf commit 0b691a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/pages/ExternalAuthPage/ExternalAuthPageView.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ const ExternalAuthPageView: FC<ExternalAuthPageViewProps> = ({
6363

6464
return (
6565
<SignInLayout>
66-
<Welcome>You've authenticated with {externalAuth.display_name}!</Welcome>
66+
<Welcome>
67+
You&apos;ve authenticated with {externalAuth.display_name}!
68+
</Welcome>
6769

6870
<p css={styles.text}>
6971
{externalAuth.user?.login && `Hey @${externalAuth.user?.login}! 👋 `}

0 commit comments

Comments
 (0)