diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-09-05 12:02:21 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-09-05 12:02:21 +0700 |
| commit | e9ddb20da7114af4d9777e466e033db11536921d (patch) | |
| tree | 185dcea617e012a3f0e21c2df836bd1719656e1c | |
| parent | a6f1daf3d6cbb6187628b13dfc0c31996c151727 (diff) | |
hide google sign up
| -rw-r--r-- | src/lib/auth/components/LoginDesktop.jsx | 4 | ||||
| -rw-r--r-- | src/lib/auth/components/LoginMobile.jsx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/auth/components/LoginDesktop.jsx b/src/lib/auth/components/LoginDesktop.jsx index 42fa8896..d22da6f8 100644 --- a/src/lib/auth/components/LoginDesktop.jsx +++ b/src/lib/auth/components/LoginDesktop.jsx @@ -95,7 +95,7 @@ const LoginDesktop = () => { {!isLoading ? 'Masuk' : 'Loading...'} </button> </form> - <div className='flex items-center mt-3 mb-3'> + {/* <div className='flex items-center mt-3 mb-3'> <hr className='flex-1' /> <p className='text-gray-400'>ATAU</p> <hr className='flex-1' /> @@ -114,7 +114,7 @@ const LoginDesktop = () => { height={10} /> <p>Masuk dengan Google</p> - </button> + </button> */} <div className='text-gray_r-11 mt-10'> Belum punya akun Indoteknik?{' '} diff --git a/src/lib/auth/components/LoginMobile.jsx b/src/lib/auth/components/LoginMobile.jsx index ed032295..6e1831d4 100644 --- a/src/lib/auth/components/LoginMobile.jsx +++ b/src/lib/auth/components/LoginMobile.jsx @@ -100,7 +100,7 @@ const LoginMobile = () => { {!isLoading ? 'Masuk' : 'Loading...'} </button> </form> - <div className='flex items-center mt-3 mb-3'> + {/* <div className='flex items-center mt-3 mb-3'> <hr className='flex-1' /> <p className='text-gray-400'>ATAU</p> <hr className='flex-1' /> @@ -119,7 +119,7 @@ const LoginMobile = () => { height={10} /> <p>Masuk dengan Google</p> - </button> + </button> */} <div className='text-gray_r-11 mt-4'> Belum punya akun Indoteknik?{' '} |
