diff --git a/frontend/js/signup.js b/frontend/js/signup.js index 2c2b2bc..857cdc3 100644 --- a/frontend/js/signup.js +++ b/frontend/js/signup.js @@ -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"; }