Incorporated review comments for #5705

This commit is contained in:
Pravesh Sharma
2023-02-01 14:24:49 +05:30
committed by GitHub
parent aa6c199e98
commit e247867abf
8 changed files with 19 additions and 7 deletions

View File

@@ -627,7 +627,8 @@ def utils():
login_url=login_url,
username=current_user.username,
auth_source=auth_source,
heartbeat_timeout=config.SERVER_HEARTBEAT_TIMEOUT
heartbeat_timeout=config.SERVER_HEARTBEAT_TIMEOUT,
password_length_min=config.PASSWORD_LENGTH_MIN
),
200, {'Content-Type': MIMETYPE_APP_JS})