javascript
javascript copied to clipboard
feat(elements): Add `complete` step to Sign Up and Sign In.
Description
Add a complete step to Sign In and Sign Up flows for when a user is being set as active and has yet to be redirected to the desired URL.
<SignIn.Step name="complete">
Welcome back! You're being redirected...
</SignIn.Step>
<SignUp.Step name="complete">
Welcome! You're being redirected...
</SignUp.Step>
Fixes SDK-1712
Checklist
- [ ]
npm testruns as expected. - [ ]
npm run buildruns as expected. - [ ] (If applicable) JSDoc comments have been added or updated for any package exports
- [ ] (If applicable) Documentation has been updated
Type of change
- [ ] 🐛 Bug fix
- [x] 🌟 New feature
- [ ] 🔨 Breaking change
- [ ] 📖 Refactoring / dependency upgrade / documentation
- [ ] other:
🦋 Changeset detected
Latest commit: 197815013e043256b519d0366ac3d244be985a39
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 1 package
| Name | Type |
|---|---|
| @clerk/elements | Patch |
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