mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
signup.js: fix document.location typo
I have no idea what that was.
This commit is contained in:
@ -35,7 +35,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (resp.confirmEmail) {
|
if (resp.confirmEmail) {
|
||||||
document.locatidocumenton = global.origin + "/confirm-email";
|
document.location = global.origin + "/confirm-email";
|
||||||
} else {
|
} else {
|
||||||
document.location = global.origin + "/login?signedUp=true";
|
document.location = global.origin + "/login?signedUp=true";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user