Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
216e1c0684
|
6
auth.py
6
auth.py
@ -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()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user