diff --git a/frontend/html/html/login.html b/frontend/html/html/login.html
index 0fac469..5a50262 100644
--- a/frontend/html/html/login.html
+++ b/frontend/html/html/login.html
@@ -1,35 +1,61 @@
-
-
- HTML5 Login Form with validation Example
-
-
+
+
+ HTML5 Login Form with validation Example
+
+
+
+
+
-
-
-
+
+
+
diff --git a/frontend/html/html/register.html b/frontend/html/html/register.html
index 7d716f9..f15a172 100644
--- a/frontend/html/html/register.html
+++ b/frontend/html/html/register.html
@@ -59,11 +59,11 @@
alert("Congratulations! You've successfully registered to Blink." +
" Please click on the e-mail we sent you to confirm your account");
- window.location.href = '/login.html';
+ window.location.href = '/login.html';
}
})
.catch(err => {
- alert("An error has occured :-( please try again later")
+ alert("An error has occurred :-( please try again later")
console.error(err);
});
}