signup.js: fix document.location typo

I have no idea what that was.
This commit is contained in:
Adhityaa Chandrasekar 2019-01-24 06:12:44 -05:00
parent 00c197e2ee
commit 010b7336cd

View File

@ -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";
}