refactoring and more work with clerk
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { getOrganizations } from '@/server/services/organization.service';
|
||||
import { getCurrentOrganizations } from '@/server/services/organization.service';
|
||||
import { CreateOrganization } from '@clerk/nextjs';
|
||||
import { redirect } from 'next/navigation';
|
||||
|
||||
export default async function Page() {
|
||||
const organizations = await getOrganizations();
|
||||
const organizations = await getCurrentOrganizations();
|
||||
|
||||
if (organizations.length === 0) {
|
||||
return <CreateOrganization />;
|
||||
|
||||
Reference in New Issue
Block a user