Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🧹
  • Loading branch information
aslilac committed Jan 9, 2024
commit 0b691a3c03e9b7005ebd11d242e1a222fd84ab3e
4 changes: 3 additions & 1 deletion site/src/pages/ExternalAuthPage/ExternalAuthPageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ const ExternalAuthPageView: FC<ExternalAuthPageViewProps> = ({

return (
<SignInLayout>
<Welcome>You've authenticated with {externalAuth.display_name}!</Welcome>
<Welcome>
You&apos;ve authenticated with {externalAuth.display_name}!
</Welcome>

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