diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-09-01 17:09:16 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-09-01 17:09:16 +0700 |
| commit | 6b1083de2c5ad57953c6653d00a42b2da3fea108 (patch) | |
| tree | 8a0b95a47e88df67e6213c38a3a96e164b741918 /src | |
| parent | 7322c0ad2e8764c7c1e6100c93690d24cd4ab947 (diff) | |
hide google sign up button
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/auth/components/RegisterDesktop.jsx | 4 | ||||
| -rw-r--r-- | src/lib/auth/components/RegisterMobile.jsx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/auth/components/RegisterDesktop.jsx b/src/lib/auth/components/RegisterDesktop.jsx index a2bc98c2..6072bfb9 100644 --- a/src/lib/auth/components/RegisterDesktop.jsx +++ b/src/lib/auth/components/RegisterDesktop.jsx @@ -152,7 +152,7 @@ const RegisterDesktop = () => { <PageContent path='/register#tnd'></PageContent> </BottomPopup> </div> - <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' /> @@ -171,7 +171,7 @@ const RegisterDesktop = () => { height={10} /> <p>Daftar dengan Google</p> - </button> + </button> */} <div className='text-gray_r-11 mt-10'> Sudah punya akun Indoteknik?{' '} diff --git a/src/lib/auth/components/RegisterMobile.jsx b/src/lib/auth/components/RegisterMobile.jsx index 2e918a14..1b0d2adf 100644 --- a/src/lib/auth/components/RegisterMobile.jsx +++ b/src/lib/auth/components/RegisterMobile.jsx @@ -151,7 +151,7 @@ const RegisterMobile = () => { </BottomPopup> </div> - <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' /> @@ -170,7 +170,7 @@ const RegisterMobile = () => { height={10} /> <p>Daftar dengan Google</p> - </button> + </button> */} <div className='text-gray_r-11 mt-4'> Sudah punya akun Indoteknik?{' '} |
