Compare commits

..

1 Commits

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

View File

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