diff --git a/templates/register.html b/templates/register.html
index 4723799..0019f55 100644
--- a/templates/register.html
+++ b/templates/register.html
@@ -32,7 +32,7 @@
}
return match;
},
- success: function() {
+ success: function() {
window.location.href = "/api/v1/restricted";
},
error: function() {
@@ -58,10 +58,8 @@
-
-
-