Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 471
feat(clerk-js): Launch sign-in-or-up flow#4788
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
8ed1cc9273f23437f3f5779cadb959b519b3b63877454f1cfec51e41aa0245aefc25c111f257d832020739aae7dd26ff825dc7940042d101a5494230e6fbcbd7e2383a8deaa3130f17cd516c26e14de2a055fdb7361cf908136c40c77b8e768324d74545e77b38298d5c842f85b82f80e0f4a6ee1aef02b8941e8cd9a4a48a331456e8a4abbee4012f559bd1ae62b5025ff0df183a62651074b6c1d59b564587079c2dd6b658a7bff730990f1db0e563162f6e1772b3File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| '@clerk/clerk-js': minor | ||
| '@clerk/clerk-react': minor | ||
| '@clerk/types': minor | ||
| '@clerk/vue': minor | ||
| --- | ||
| Introduce sign-in-or-up flow. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| import { SignIn } from '@clerk/nextjs'; | ||
| export default function Page() { | ||
| return ( | ||
| <div> | ||
| <SignIn | ||
| routing={'path'} | ||
| path={'/sign-in'} | ||
dstaley marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| signUpUrl={'/sign-up'} | ||
| fallback={<>Loading sign in</>} | ||
| withSignUp | ||
| /> | ||
| </div> | ||
| ); | ||
| } | ||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.