mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-01 11:19:34 +00:00
Made it So That You Can Go to the 'Marketing' If You Are Logged In
This commit is contained in:
parent
c3776e8874
commit
fe272499f8
8 changed files with 55 additions and 50 deletions
|
@ -1,5 +1,5 @@
|
|||
import { SignUp } from '@clerk/nextjs';
|
||||
|
||||
export default function Page() {
|
||||
return <SignUp />;
|
||||
return <SignUp afterSignUpUrl='/select-org' />;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue