We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b50288 commit 3708415Copy full SHA for 3708415
1 file changed
src/providers/AuthProvider.tsx
@@ -83,7 +83,7 @@ export const AuthProvider = ({ children }: { children: React.ReactNode }) => {
83
if (error && error.code === 'auth/account-exists-with-different-credential') {
84
setAuthError({
85
message:
86
- 'You have an account with a different provider. Please sign in with that provider to continue.',
+ 'This account is already connected with a different provider. Please sign in with that provider to continue.',
87
})
88
} else {
89
0 commit comments