signup.js: fix document.location typo
I have no idea what that was.
This commit is contained in:
parent
00c197e2ee
commit
010b7336cd
@ -35,7 +35,7 @@
|
||||
}
|
||||
|
||||
if (resp.confirmEmail) {
|
||||
document.locatidocumenton = global.origin + "/confirm-email";
|
||||
document.location = global.origin + "/confirm-email";
|
||||
} else {
|
||||
document.location = global.origin + "/login?signedUp=true";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user