Make sign in with apple button look acceptable
This commit is contained in:
6
src/components/auth/client/SignOutButton.tsx
Normal file
6
src/components/auth/client/SignOutButton.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { signOut } from "next-auth/react"
|
||||
import { Button } from "~/components/ui/button"
|
||||
|
||||
export default function Sign_Out() {
|
||||
return <Button onClick={() => signOut()}>Sign Out</Button>
|
||||
}
|
||||
Reference in New Issue
Block a user