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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user