Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 56855b3

Browse files
committed
minor tests
1 parent e0d4c1a commit 56855b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/auth/signup/signup.js‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ signupForm.onsubmit = () => {
2121
fetch(request).then((data) => {
2222

2323
if (data.status == 200) {
24-
2524
Cookies.set('token', data.json.token);
2625
alert("Email has been sent to you, Please view it to validate your email address. ( The email will expire in 4 days )")
2726
window.location.href = "/dashboard";
@@ -37,7 +36,7 @@ signupForm.onsubmit = () => {
3736
}
3837

3938
}).catch((error) => {
40-
39+
4140
displayWarning("Internal Error- Try Reloading the Page.");
4241

4342
});

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /