diff --git a/web/public/auth.html b/web/public/auth.html
index df8a17e..9c3c6fc 100644
--- a/web/public/auth.html
+++ b/web/public/auth.html
@@ -26,6 +26,7 @@
+
diff --git a/web/public/js/auth.js b/web/public/js/auth.js
index 8cf2968..0b75415 100644
--- a/web/public/js/auth.js
+++ b/web/public/js/auth.js
@@ -1,3 +1,5 @@
+$(window).on("load", validate(() => $(".btn-secondary").css("display", "block"), () => {}));
+
$("#auth").on("submit", function submit(e) {
e.preventDefault();
var input_password = $("#password");