Compare commits
1 Commits
93749b6e2d
...
94e91d6b3e
Author | SHA1 | Date |
---|---|---|
Tim Van Baak | 94e91d6b3e |
|
@ -112,6 +112,7 @@ def login():
|
||||||
logger.debug(f'headers={request.headers}')
|
logger.debug(f'headers={request.headers}')
|
||||||
v = form.validate()
|
v = form.validate()
|
||||||
logger.debug(f'v={v}')
|
logger.debug(f'v={v}')
|
||||||
|
logger.debug(f'e={form.errors}')
|
||||||
if v:
|
if v:
|
||||||
valid = check_password(current_app, form.password.data)
|
valid = check_password(current_app, form.password.data)
|
||||||
if valid:
|
if valid:
|
||||||
|
|
Loading…
Reference in New Issue