Skip to content

Commit

Permalink
loader bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bodhisha committed Apr 4, 2021
1 parent ca16acd commit f55572f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/Components/Account/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default function Login() {
})
.catch((err) => {
setFormError(true);
setLoading(false);
});
};

Expand Down

0 comments on commit f55572f

Please sign in to comment.