diff --git a/ProjectLighthouse.Servers.Website/Pages/LoginForm.cshtml b/ProjectLighthouse.Servers.Website/Pages/LoginForm.cshtml
index 9dd0dfa0..f518939f 100644
--- a/ProjectLighthouse.Servers.Website/Pages/LoginForm.cshtml
+++ b/ProjectLighthouse.Servers.Website/Pages/LoginForm.cshtml
@@ -54,15 +54,23 @@
{
@await Html.PartialAsync("Partials/CaptchaPartial")
}
-
-
- @if (ServerConfiguration.Instance.Authentication.RegistrationEnabled)
- {
-
+
+
+
- }
\ No newline at end of file
diff --git a/ProjectLighthouse.Servers.Website/Pages/Partials/CommentsPartial.cshtml b/ProjectLighthouse.Servers.Website/Pages/Partials/CommentsPartial.cshtml
index e771e409..7a0430cf 100644
--- a/ProjectLighthouse.Servers.Website/Pages/Partials/CommentsPartial.cshtml
+++ b/ProjectLighthouse.Servers.Website/Pages/Partials/CommentsPartial.cshtml
@@ -1,4 +1,5 @@
@using System.Web
+@using System.IO
@using LBPUnion.ProjectLighthouse.PlayerData.Profiles