X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=authsystem.js;fp=authsystem.js;h=7a24d84af4b5efde87be187e217d3256c78ffedf;hp=dee8142337666c5fe1c4b3073a50da4b1a40f019;hb=60e46184b54841fe5dd742e85ddc61727f809baa;hpb=b217e836543c89d872c8f692e2557c8c43da468f diff --git a/authsystem.js b/authsystem.js index dee8142..7a24d84 100644 --- a/authsystem.js +++ b/authsystem.js @@ -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");