Skip to content

Commit

Permalink
feat/privy: Updated error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Thangaraj-Ideas2it authored and madan-ideas2it committed Jun 7, 2024
1 parent 1ac454e commit 529c65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web-app/components/auth/auth-invalid-user.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function AuthInvalidUser() {
if(e?.detail) {
if(e.detail === "linked_to_another_user") {
setTitle('Email Verification')
setDescription('The email you provided is already linked to another account. If this is your email id, then login with the email id and connect this social account in profile settings page. After that you can use any of your linked accounts for subsequent logins.')
setDescription('The email you provided is already used or linked to another account. If this is your email id, then login with the email id and connect this social account in profile settings page. After that you can use any of your linked accounts for subsequent logins.')
} else if(e.detail === 'unexpected_error') {
setTitle('Something went wrong')
setDescription('We are unable to authenticate you at the moment due to technical issues. Please try again later')
Expand Down

0 comments on commit 529c65e

Please sign in to comment.