diff --git a/web/public/auth.html b/web/public/auth.html index 9d51e7b..fd81443 100644 --- a/web/public/auth.html +++ b/web/public/auth.html @@ -25,7 +25,6 @@ -
diff --git a/web/public/js/auth.js b/web/public/js/auth.js index 8cf2968..7f82b8b 100644 --- a/web/public/js/auth.js +++ b/web/public/js/auth.js @@ -11,7 +11,6 @@ $("#auth").on("submit", function submit(e) { dataType: "json", success: function (resp) { if (resp.status) { - $.cookie("token", resp.token, {expires: 7, path: '/'}); input_password.removeClass("is-invalid"); input_password.addClass("is-valid"); $(".btn-secondary").css("display", "block");