Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
remove alert
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathancasters committed Mar 17, 2023
1 parent de5e3f9 commit 13a5b88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/lib/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const signup = async (firstname: string, lastname: string, email: string, passwo
headers: {"Content-Type": "application/json"},
body: JSON.stringify(signup_data),
});
alert(await response.text());
if (response.status == 201) {
alert("Successfully created account");
await router.push("/login");
Expand Down

0 comments on commit 13a5b88

Please sign in to comment.