1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-17 23:45:11 +00:00

Improvements for password verify (addresses: https://github.com/iiab/calibre-web/pull/138)

This commit is contained in:
Ozzie Isaacs
2024-03-10 16:39:06 +01:00
parent 14b578dd3a
commit fcc95bd895
2 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ $(document).ready(function() {
},
}, function () {
if ($('#password').data("verify")) {
if ($('#password').data("verify") === "True") {
// Initialized and ready to go
var options = {};
options.common = {