Skip to content
Snippets Groups Projects
Commit dd293c6c authored by William Enright's avatar William Enright
Browse files

Signup page redirects already logged in users properly

Change-Id: I29ba614ab924fb8d6e2f5380fe4d384607623ab8
parent 16048dbe
Branches
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ var date = new Date(); ...@@ -25,6 +25,7 @@ var date = new Date();
var minutes = 15; var minutes = 15;
checkAdminAccountStatus(); checkAdminAccountStatus();
checkAuthentication();
$(".form-submit").click(function (event) { $(".form-submit").click(function (event) {
event.preventDefault(); event.preventDefault();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment