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
// If the state doesn't match, then the callback wasn't meant for us.
74
74
// Maybe the website uses another OAuth library?
75
-
captureError("consumeOAuthCallbackQueryParams",newError(`Invalid OAuth callback state: Was this meant for someone else, or did cookies fail?`));
75
+
captureError("consumeOAuthCallbackQueryParams",newError(`Invalid OAuth callback state: Are you using another OAuth authentication with the same callback URL as Stack, or did your cookies reset?`));
0 commit comments