made change
This commit is contained in:
parent
b3397d7649
commit
b06e96266d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { signIn } from "next-auth/react"
|
|||
|
||||
const LoginView = () => {
|
||||
return (
|
||||
<div className="w-full pt-11 text-center">
|
||||
<div className="max-w-xs pt-11 text-center mx-auto">
|
||||
<button onClick={() => signIn('google')} className="primary">Login</button>
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue