migrate organizations from clerk to in-house
This commit is contained in:
@@ -17,7 +17,7 @@ type Props = {
|
||||
|
||||
const Verify = async ({ params: { projectId } }: Props) => {
|
||||
const orgs = await getCurrentOrganizations();
|
||||
const organizationSlug = orgs[0]?.slug;
|
||||
const organizationSlug = orgs[0]?.id;
|
||||
if (!organizationSlug) {
|
||||
throw new Error('No organization found');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user