diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-02 09:15:41 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-02 09:15:41 +0700 |
| commit | 7618ecdfc094070abb711dc32c67085c2fb22a56 (patch) | |
| tree | b12f4d8f406e53ca09f0ecd9e14b75ba66a00de8 /src/lib/auth/components/LoginMobile.jsx | |
| parent | fbdcd34fc1dd5fce8c56c972e4f0658661435459 (diff) | |
<iman> comment login using google
Diffstat (limited to 'src/lib/auth/components/LoginMobile.jsx')
| -rw-r--r-- | src/lib/auth/components/LoginMobile.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/auth/components/LoginMobile.jsx b/src/lib/auth/components/LoginMobile.jsx index d2bf704f..40924fbe 100644 --- a/src/lib/auth/components/LoginMobile.jsx +++ b/src/lib/auth/components/LoginMobile.jsx @@ -117,7 +117,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' /> @@ -136,7 +136,7 @@ const LoginMobile = () => { height={10} /> <p>Masuk dengan Google</p> - </button> + </button> */} <div className='text-gray_r-11 mt-4'> Belum punya akun Indoteknik?{' '} |
