-
Notifications
You must be signed in to change notification settings - Fork 319
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): Navigate to after-auth tasks #5187
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 3e274ee 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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
SignIn/SignUp
SignIn/SignUp
e2e02ec
to
aa2c20a
Compare
59a2b22
to
e836ee1
Compare
62a62ae
to
639e7f8
Compare
755c683
to
4a6e892
Compare
4a6e892
to
a1c1c39
Compare
d27d8c9
to
104791b
Compare
104791b
to
48191f1
Compare
48191f1
to
d74f3e7
Compare
@@ -197,7 +198,7 @@ export interface PublicUserData { | |||
} | |||
|
|||
export interface SessionTask { | |||
key: 'orgs'; |
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.
FAPI was previously returning orgs
but it got updated to org
d74f3e7
to
08a8aff
Compare
SignIn/SignUp
SignIn/SignUp
SignIn/SignUp
SignIn/SignUp
3032ea7
to
4a59b37
Compare
4a59b37
to
1120aa0
Compare
1120aa0
to
07f897c
Compare
384c009
to
adf7f0c
Compare
adf7f0c
to
0bf1772
Compare
SignIn/SignUp
0bf1772
to
566fd8c
Compare
566fd8c
to
5d55006
Compare
@@ -197,7 +198,7 @@ export interface PublicUserData { | |||
} | |||
|
|||
export interface SessionTask { | |||
key: 'orgs'; | |||
key: 'org'; |
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.
is scope a better name ? or does key represent something else ?
bd5cdcf
to
fcd72b5
Compare
fcd72b5
to
3e274ee
Compare
Description
Resolves ORGS-562
SignIn/SignUp
routespending
withtasks
After sign-in
CleanShot.2025-02-19.at.15.43.57.mp4
After sign-up
CleanShot.2025-02-19.at.15.45.42.mp4
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change