-
Notifications
You must be signed in to change notification settings - Fork 331
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
chore(clerk-js): Rename userVerification
to reverification
#4634
Conversation
🦋 Changeset detectedLatest commit: 804f4cb 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 ↗︎
|
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.
let's go
userVerification
to reverification
packages/clerk-js/src/ui/components/UserVerification/UserVerificationFactorOne.tsx
Outdated
Show resolved
Hide resolved
…icationFactorOne.tsx
Description
Updates external APIs to use the
reverification
name instead ofuserVerification
. This aligns with the public name of the feature, instead of aligning with the internal component name.Note: there are some internal names that haven't been changed yet, we can do this in a followup, but I wanted to get the public API changes out before release.
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change