Skip to content

Commit

Permalink
fix(client): sign up form loading state not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo committed May 4, 2023
1 parent fd377ef commit f9b3e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/src/components/Forms/SignUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function SignUpForm() {
username,
password
}) => {
axios
await axios
.post("/api/users/signup", {
email,
username,
Expand Down

0 comments on commit f9b3e4b

Please sign in to comment.