Compare commits

..

1 Commits

Author SHA1 Message Date
Tim Van Baak 6b72bc499a Add more logging 2021-02-18 20:47:44 -08:00
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ def login():
s = form.is_submitted() s = form.is_submitted()
logger.debug(f's={s}') logger.debug(f's={s}')
if s: if s:
logger.debug(request.get_data()) logger.debug(form.password.data)
v = form.validate() v = form.validate()
logger.debug(f'v={v}') logger.debug(f'v={v}')
if v: if v: