X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=app%2Fauthsystem.js;h=1e5c1b0fbe60d48922c5c79c6231c95385905174;hp=7a24d84af4b5efde87be187e217d3256c78ffedf;hb=9cab985cf8d73f719cd7efc2838ce2e107b45b21;hpb=8b69f29ccce4f236a8954a80c837bcd20987ca53 diff --git a/app/authsystem.js b/app/authsystem.js index 7a24d84..1e5c1b0 100644 --- a/app/authsystem.js +++ b/app/authsystem.js @@ -27,7 +27,7 @@ window.onload = function() { if (cancelAuth) { cancelAuth.onclick = function() { document.getElementById("isauthorized").value = "no"; - document.getElementById("loginauthform").submit(); + document.getElementById("authform").submit(); } } var addAnotherEmail = document.getElementById("addanotheremail");