Made it So That You Can Go to the 'Marketing' If You Are Logged In

This commit is contained in:
Ahmad 2024-02-21 18:14:33 -05:00
parent c3776e8874
commit fe272499f8
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
8 changed files with 55 additions and 50 deletions

View file

@ -1,5 +1,5 @@
import { SignUp } from '@clerk/nextjs';
export default function Page() {
return <SignUp />;
return <SignUp afterSignUpUrl='/select-org' />;
}