From 445b34c104bba1e1f622d2b0ae33d237760f9b2f Mon Sep 17 00:00:00 2001 From: Javi Aguilar <122741+itsjavi@users.noreply.github.com> Date: Sat, 24 Aug 2024 16:10:53 +0200 Subject: [PATCH] ux: improve message for oauthaccountnotlinked --- src/pages/auth/error.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/auth/error.tsx b/src/pages/auth/error.tsx index 18057ea..13ddb8f 100644 --- a/src/pages/auth/error.tsx +++ b/src/pages/auth/error.tsx @@ -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.'