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
As far as I understand from looking at the code, I think this is mainly due to a redundant check in src/routes/auth/[provider]/callback/+server.ts Line 40 , where it redirects to the signup page before checking if a user exists.