Skip to content

Commit

Permalink
Update handleCombinedFlowTransfer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarpenter committed Dec 17, 2024
1 parent b3813af commit db1f006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function handleCombinedFlowTransfer({
paramsToForward.set('__clerk_ticket', organizationTicket);
}

// Attempt to transfer directly to sign up verification if email or phone was used. The signUp.create() call will
// Attempt to transfer directly to sign up verification if email or phone was used and there are no optional fields. The signUp.create() call will
// inform us if the instance is eligible for moving directly to verification.
if (
(!hasOptionalFields(clerk.client.signUp) && identifierAttribute === 'emailAddress') ||
Expand Down

0 comments on commit db1f006

Please sign in to comment.