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
Skip client-side redirect to /signin during sign-out
Check isSigningOut() before navigating to /signin on InvalidTokenError.
During sign-out, session.destroy() triggers InvalidTokenError which
caused a client-side redirect racing against the hard navigation via
window.location.assign, producing a double-render.
0 commit comments