1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-02 08:13:02 +00:00

Bugfies password validation from testrun

This commit is contained in:
Ozzieisaacs
2022-06-16 14:16:00 +02:00
parent 04326af2da
commit 4ef8c35fb7
5 changed files with 26 additions and 24 deletions

View File

@@ -28,7 +28,8 @@ $(document).ready(function() {
// Initialized and ready to go
var options = {};
options.common = {
minChar: $('#password').data("min")
minChar: $('#password').data("min"),
maxChar: -1
}
options.ui = {
bootstrap3: true,