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
When an account exists with a specific email that is not linked to an oauth provider and the user tries to log in with an oauth provider, the auth workflow will throw AccountNotLinkedError.
That should be caught and the user should be prompted to login with their email, then linked to the oauth provider. If this could be automated more, that would be ideal.
Check your email for a login link - and then the oauth association would be automatically hooked up.
The text was updated successfully, but these errors were encountered:
When an account exists with a specific email that is not linked to an oauth provider and the user tries to log in with an oauth provider, the auth workflow will throw
AccountNotLinkedError
.That should be caught and the user should be prompted to login with their email, then linked to the oauth provider. If this could be automated more, that would be ideal.
Check your email for a login link
- and then the oauth association would be automatically hooked up.The text was updated successfully, but these errors were encountered: