diff --git a/src/main/resources/templates/mail/verify_mail.html b/src/main/resources/templates/mail/verify_mail.html index 3065a3002..5fa6b2a3b 100644 --- a/src/main/resources/templates/mail/verify_mail.html +++ b/src/main/resources/templates/mail/verify_mail.html @@ -114,7 +114,7 @@ $("#bg").hide(); $("#show").hide(); alert("Succes"); - location.href = 'index.html' + location.href = '/login.html'; }, error: function (jqXHR) { $("#bg").hide();