Skip to content

Commit

Permalink
Update Login.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jevil25 authored Sep 26, 2023
1 parent 6af3757 commit b0f0090
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/Auth/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export const Login = (props: { forgot?: boolean }) => {
const { res, data, error } = await request(routes.login, {
body: { ...valid },
});
console.log(res, data, error);
if (res && res.status === 429) {
setCaptcha(true);
// captcha displayed set back to login button
Expand Down

0 comments on commit b0f0090

Please sign in to comment.