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
fix(clerk-js): redirect signed-in users forward from factor-two
When a signed-in user lands on factor-two without a pending 2FA
(e.g. page reload after successful verification in a multi-session app),
redirect to afterSignInUrl instead of back to sign-in start.
Copy file name to clipboardExpand all lines: .changeset/fix-factor-two-infinite-spinner.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
'@clerk/clerk-js': patch
3
3
---
4
4
5
-
Fix infinite loading spinner when navigating to factor-two sign-in route without an active 2FA session
5
+
Fix infinite loading spinner when navigating to factor-two sign-in route without an active 2FA session. When the user is already signed in (e.g. multi-session app page reload after successful verification), redirects forward to afterSignInUrl instead of back to sign-in start.
0 commit comments