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
Now when any error happens during oauth flow we just return JSON with error, which may be confusing for some users.
Solution for that is redirect to /login with something like error parameter, and then handle it in nuxt to display toast
The text was updated successfully, but these errors were encountered:
My idea
Now when any error happens during oauth flow we just return JSON with error, which may be confusing for some users.
Solution for that is redirect to
/login
with something likeerror
parameter, and then handle it in nuxt to display toastThe text was updated successfully, but these errors were encountered: