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

Commit

Permalink
Merge pull request #79 from SELab-2/hotfix/1.0.1
Browse files Browse the repository at this point in the history
Hotfix 1.0.1 - Remove alert
  • Loading branch information
sevrijss authored Mar 17, 2023
2 parents de5e3f9 + 13a5b88 commit 9bec1c6
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 9bec1c6

Please sign in to comment.