We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/sign-up/continue
1 parent d9d0e88 commit 61422b2Copy full SHA for 61422b2
.changeset/silly-zoos-decide.md
@@ -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
@@ -164,6 +164,7 @@ function SignUpStartInternal(): JSX.Element {
164
redirectUrlComplete,
165
verifyEmailPath: 'verify-email-address',
166
verifyPhonePath: 'verify-phone-number',
167
+ continuePath: 'continue',
168
handleComplete: () => {
169
removeClerkQueryParam('__clerk_ticket');
170
removeClerkQueryParam('__clerk_invitation_token');
0 commit comments