This commit is contained in:
Wolfgang Hottgenroth 2021-09-06 21:23:54 +02:00
parent f8afd95a82
commit 216e1c0684
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469

View File

@ -364,8 +364,8 @@ def refreshTokens(**args):
except KeyError:
logger.error("application, login or password missing")
raise werkzeug.exceptions.Unauthorized()
#except Exception as e:
# logger.error("unspecific exception: {}".format(str(e)))
# raise werkzeug.exceptions.Unauthorized()
except Exception as e:
logger.error("unspecific exception: {}".format(str(e)))
raise werkzeug.exceptions.Unauthorized()