mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 10:55:40 -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) {
|
||||
document.locatidocumenton = global.origin + "/confirm-email";
|
||||
document.location = global.origin + "/confirm-email";
|
||||
} else {
|
||||
document.location = global.origin + "/login?signedUp=true";
|
||||
}
|
||||
|
Reference in New Issue
Block a user