Bug 396 - Localize the Auth service (in German); including some fixes to make code...
[authserver.git] / app / authsystem.js
index 7a24d84af4b5efde87be187e217d3256c78ffedf..1e5c1b0fbe60d48922c5c79c6231c95385905174 100644 (file)
@@ -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");