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
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ var date = new Date();
var minutes = 15;
checkAdminAccountStatus();
checkAuthentication();
$(".form-submit").click(function (event) {
event.preventDefault();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment