summaryrefslogtreecommitdiff
path: root/src/lib/auth/components/LoginDesktop.jsx
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-08-09 10:45:53 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-08-09 10:45:53 +0700
commit4cfe9157d64a76bf9913fe599d908497a18f5316 (patch)
treed5c8df003733bec5109817c6c48e5703664f3a8e /src/lib/auth/components/LoginDesktop.jsx
parent4d021a4634a6bc84ee25f0d43cbc6450d94265f0 (diff)
google sign in
Diffstat (limited to 'src/lib/auth/components/LoginDesktop.jsx')
-rw-r--r--src/lib/auth/components/LoginDesktop.jsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/auth/components/LoginDesktop.jsx b/src/lib/auth/components/LoginDesktop.jsx
index 74d259a8..f5aa0018 100644
--- a/src/lib/auth/components/LoginDesktop.jsx
+++ b/src/lib/auth/components/LoginDesktop.jsx
@@ -9,8 +9,8 @@ const LoginDesktop = () => {
const { handleSubmit, handleChangeInput, isLoading, isValid, alert, emailRef, passwordRef } =
useLogin()
- const {data : session } = useSession
- console.log('ini google', session)
+ const { data } = useSession()
+ console.log('ini google', data)
return (
<DesktopView>
@@ -66,10 +66,10 @@ const LoginDesktop = () => {
</form>
<button
type='submit'
- className='btn-red w-full mt-2'
- onClick={() => signIn()}
+ className='border border-gray-500 p-3 rounded-md hover:bg-gray-100 w-full mt-2'
+ onClick={() => signIn('google')}
>
- Masuk dengan google
+ Masuk dengan Google
</button>
<div className='text-gray_r-11 mt-10'>