feat(web): show 'Back to home' button on auth when valid token
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user