feat(web): show 'Back to home' button on auth when valid token

This commit is contained in:
2023-01-27 17:19:14 +03:00
parent deb00436f5
commit 0a76f7fd8e
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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");