Merge master into ishan/fix-activity-clerkprovider
This commit is contained in:
@@ -43,7 +43,9 @@ export function SignInButton(props: ComponentProps<typeof ClerkSignInButton>) {
|
||||
return <ClerkSignInButton {...props} />;
|
||||
}
|
||||
|
||||
export function SignOutButton(props: ComponentProps<typeof ClerkSignOutButton>) {
|
||||
export function SignOutButton(
|
||||
props: ComponentProps<typeof ClerkSignOutButton>,
|
||||
) {
|
||||
if (!isClerkEnabled()) return null;
|
||||
return <ClerkSignOutButton {...props} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user