Skip to content

@clerk/ui@1.32.2

Choose a tag to compare

@clerk-cookie clerk-cookie released this 03 Sep 18:30
· 130 commits to main since this release
Immutable release. Only release title and notes can be modified.
686ee85

Patch Changes

  • Add a "Back" action to the authenticator-app verification step in <UserProfile />, so a user who needs to re-scan can return to the QR code instead of cancelling the whole setup. Going back now reuses the TOTP secret already issued rather than generating a new one, keeping any code the user has already scanned valid. (#9626) by @paulogdm