first commit
This commit is contained in:
8
app/components/SignInClient.tsx
Normal file
8
app/components/SignInClient.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
"use client"
|
||||
|
||||
import { signIn } from "next-auth/react"
|
||||
|
||||
export default function SignIn() {
|
||||
return <button onClick={() => signIn("google")}>
|
||||
</button>
|
||||
}
|
||||
Reference in New Issue
Block a user