You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User has email field with unique constraint. It is a field we set with email via userSignupFields on successful signup.
I sign up with Google, with email address E.
I try to sign up with Github, with same email address E, but it just returns me to login.
I get following errors in the console:
Instead, I would expect that some kind of nice error is shown on the screen. I am guessing error gets thrown in userSignupFields -> well, actually as a result of executing the setters/gettters defined there -> but it doesn't get displayed by Auth UI for some reason.
The text was updated successfully, but these errors were encountered:
Note
This will be closed by #1851
We had the case (in wasp 0.12) where:
User
hasemail
field withunique
constraint. It is a field we set with email viauserSignupFields
on successful signup.login
.I get following errors in the console:
Instead, I would expect that some kind of nice error is shown on the screen. I am guessing error gets thrown in
userSignupFields
-> well, actually as a result of executing the setters/gettters defined there -> but it doesn't get displayed by Auth UI for some reason.The text was updated successfully, but these errors were encountered: