Skip to content

Commit 61422b2

Browse files
authored
fix(clerk-js): Navigate to /sign-up/continue with ticket strategy (#7101)
1 parent d9d0e88 commit 61422b2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/silly-zoos-decide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@clerk/clerk-js': patch
3+
---
4+
5+
Navigates to `/sign-up/continue` on sign-up with `missing_requirements` status using `ticket` as strategy
6+
7+
It fixes IdP-initiated flows with missing requirements such as accepting legal consent

packages/clerk-js/src/ui/components/SignUp/SignUpStart.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ function SignUpStartInternal(): JSX.Element {
164164
redirectUrlComplete,
165165
verifyEmailPath: 'verify-email-address',
166166
verifyPhonePath: 'verify-phone-number',
167+
continuePath: 'continue',
167168
handleComplete: () => {
168169
removeClerkQueryParam('__clerk_ticket');
169170
removeClerkQueryParam('__clerk_invitation_token');

0 commit comments

Comments
 (0)