File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,10 +47,6 @@ export const SubmitJoinRequest = async ({ domain }: SubmitJoinRequestProps) => {
4747 < div className = "flex justify-center" >
4848 < SubmitAccountRequestButton domain = { domain } userId = { userId } />
4949 </ div >
50-
51- < p className = "text-sm text-[var(--muted-foreground)]" >
52- An admin will review your request and notify you once it's approved.
53- </ p >
5450 </ div >
5551 </ div >
5652 </ div >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { useState } from "react";
77import { Loader2 } from "lucide-react" ;
88import { joinOrganization } from "../invite/actions" ;
99import { isServiceError } from "@/lib/utils" ;
10- import { SINGLE_TENANT_ORG_DOMAIN , SINGLE_TENANT_ORG_ID } from "@/lib/constants" ;
10+ import { SINGLE_TENANT_ORG_ID } from "@/lib/constants" ;
1111
1212export function JoinOrganizationButton ( { inviteLinkId } : { inviteLinkId ?: string } ) {
1313 const [ isLoading , setIsLoading ] = useState ( false ) ;
You can’t perform that action at this time.
0 commit comments