Skip to content

Commit

Permalink
ux: improve message for oauthaccountnotlinked
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Aug 24, 2024
1 parent 78272a3 commit 445b34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/auth/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Page() {
errorMessage = 'Cannot send the Sign In link at this time due to an internal error. Please try again later.'
break
case 'oauthaccountnotlinked':
errorMessage = 'The OAuth account might be already linked to another user'
errorMessage = 'The email of this OAuth provider is already linked to another account. Please use Sign In via Email to login with that account.'
break
case 'emailsignin':
errorMessage = 'Cannot send the Sign In link at this time due to an internal error. Please try again later.'
Expand Down

1 comment on commit 445b34c

@vercel
Copy link

@vercel vercel bot commented on 445b34c Aug 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.