mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
PEP-8 fix.
This commit is contained in:
parent
06022dfd7e
commit
7408b8c8d9
@ -794,7 +794,8 @@ def set_master_password():
|
||||
|
||||
# if master pass is set previously
|
||||
if current_user.masterpass_check is not None:
|
||||
if data.get('button_click') and not validate_master_password(data.get('password')):
|
||||
if data.get('button_click') and \
|
||||
not validate_master_password(data.get('password')):
|
||||
return form_master_password_response(
|
||||
existing=True,
|
||||
present=False,
|
||||
|
Loading…
Reference in New Issue
Block a user