Skip to content

Commit f762abf

Browse files
committed
removing google log in
1 parent fe9c54b commit f762abf

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

src/views/login/login.tsx

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ const LoginComponent = () => {
8484
{loading && <div className={'align-items-center d-flex flex justify-center mt-3'}>
8585
<Spinner height={'1rem'} width={'1rem'}/>
8686
</div>}
87-
{/* <button
87+
<button
8888
type="button"
8989
onClick={() => handleLoginWithGoogle()}
90-
className="w-full mt-5 text-center justify-center focus:ring-0 focus:outline-none rounded border border-dark-200 md:text-md sm:text-sm text-[10px] px-5 py-3 inline-flex items-center mb-2"
90+
className="w-full mt-5 text-center hudden justify-center focus:ring-0 focus:outline-none rounded border border-dark-200 md:text-md sm:text-sm text-[10px] px-5 py-3 inline-flex items-center mb-2"
9191
>
9292
<img src="/images/google.svg" alt=""/>
9393
<span
9494
className="uppercase font-medium text-dark-600 ml-1 sm:ml-2 tracking-[1.5px]">continue with google</span>
95-
</button> */}
95+
</button>
9696

9797
{/* <p className="mt-5 text-center text-black text-md font-weight-bold">or</p> */}
9898
<br/>
@@ -118,22 +118,7 @@ const LoginComponent = () => {
118118
onChange={(e) => setPassword(e.target.value)}
119119
required
120120
/>
121-
{/* <input
122-
type="text"
123-
className="w-full mt-5 text-black form-control bottom-border mt-lg-9"
124-
placeholder="Email"
125-
onChange={(e) => setEmail(e.target.value)}
126-
id="email"
127-
required
128-
/>
129-
<input
130-
type="password"
131-
onChange={(e) => setPassword(e.target.value)}
132-
className="w-full mt-5 text-black form-control bottom-border mt-lg-9"
133-
placeholder="Password"
134-
id="password"
135-
required
136-
/> */}
121+
137122
<button
138123
onClick={() => handleLogin()}
139124
className="w-full py-2 mt-8 text-center text-white rounded font-weight-bold bg-dark-600">LOGIN

0 commit comments

Comments
 (0)