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