-
Notifications
You must be signed in to change notification settings - Fork 280
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,localizations,types): Enable email verification in UserProfile
via enterprise SSO
#4406
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 0f96abf The changes in this PR will be included in the next version bump. This PR includes changesets to release 23 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 |
c701b85
to
299978a
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
299978a
to
e819163
Compare
edd622b
to
9471486
Compare
0d9bdfe
to
7ed4e28
Compare
ccd2711
to
59f10b3
Compare
75ebd46
to
1a6bc52
Compare
UserProfile
via enterprise SSO
@@ -164,7 +164,7 @@ const ConnectedAccount = ({ account }: { account: ExternalAccountResource }) => | |||
<ImageOrInitial /> | |||
<Box sx={{ whiteSpace: 'nowrap', overflow: 'hidden' }}> | |||
<Flex | |||
gap={2} | |||
gap={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.
3f8d282
to
717a201
Compare
717a201
to
8f931a8
Compare
a4046d4
to
496bb76
Compare
Description
Resolves ORGS-395
Introduces the ability to verify an email address based on an existing enterprise SSO connection. It supports the following use case:
CleanShot.2024-12-18.at.17.43.36.mp4
Checklist
npm test
runs as expected.npm run build
runs as expected.Type of change