-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(clerk-js,types): Do not require current password if Reverifaction enabled #5284
feat(clerk-js,types): Do not require current password if Reverifaction enabled #5284
Conversation
🦋 Changeset detectedLatest commit: 65b386d The changes in this PR will be included in the next version bump. This PR includes changesets to release 22 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
02dc703
to
133ab1e
Compare
…everifaction enabled We update our <UserProfile /> in order to not require the current user password if Reverification is enabled on the instance. The user has already verified themselves via Reverification, so there is no point to ask them about their current password.
133ab1e
to
fb0d012
Compare
"claimedAt": null, | ||
"pathRoot": "", | ||
"singleSessionMode": true, | ||
exports[`Environment __internal_toSnapshot() 1`] = ` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to reviewers: It seems like the new snapshot has inverted the function orders, thus the many changes
Co-authored-by: Stefanos Anagnostou <anagstef@users.noreply.github.com>
Description
Updates our
<UserProfile />
in order to not require the current user password if Reverification is enabled on the instance. The user has already verified themselves via Reverification, so there is no point to ask them about their current password.Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change