Skip to content

Commit

Permalink
added fixed sign in
Browse files Browse the repository at this point in the history
abhitrueprogrammer committed Sep 22, 2024
1 parent ed372f1 commit 9d09d3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/sign/page.tsx
Original file line number Diff line number Diff line change
@@ -21,15 +21,16 @@ export default async function SignIn() {
</form>
</>
)
:(
:( <div className="flex items-center justify-center h-dvh">
<form
action={async () => {
"use server"
await signIn("google")
}}
>

<button type="submit" className="google-signin">Signin with Google</button>
<div ><button type="submit" className="google-signin">Signin with Google</button></div>
</form>
</div>
)
}

0 comments on commit 9d09d3f

Please sign in to comment.