Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/eleven-toes-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/clerk-js': patch
---

Sms phone code verification lists available phone numbers on cancel.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const MfaPhoneCodeScreen = withCardStateProvider((props: MfaPhoneCodeScre
title={localizationKeys('userProfile.mfaPhoneCodePage.title')}
resourceRef={ref}
onSuccess={wizard.nextStep}
onReset={wizard.prevStep}
onReset={() => wizard.goToStep(2)}
/>
<AddMfa
onSuccess={isInstanceWithBackupCodes ? wizard.nextStep : onSuccess}
Expand Down