diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2024-06-14 10:39:54 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2024-06-14 10:39:54 +0700 |
| commit | b7c98bf3586d31fa65eea048ed2c98db321ce28c (patch) | |
| tree | 497a1caf730441f10ee47bfe9ede006807091b7f /src/lib | |
| parent | 9bf19afa1776f72d1cc930558ccce41ec855a30d (diff) | |
login mobile
Diffstat (limited to 'src/lib')
| -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 40924fbe..d2bf704f 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?{' '} |
