KaiRo bug 393 - Create a grouping mechanism for user names so people with multiple...
[authserver.git] / authsystem.js
index dee8142337666c5fe1c4b3073a50da4b1a40f019..7a24d84af4b5efde87be187e217d3256c78ffedf 100644 (file)
@@ -33,7 +33,7 @@ window.onload = function() {
   var addAnotherEmail = document.getElementById("addanotheremail");
   if (addAnotherEmail) {
     addAnotherEmail.onclick = function() {
-      // Not implemented yet.
+      location.href = "./?addemail";
     }
   }
   var isNotMe = document.getElementById("isnotme");