Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
216e1c0684
|
6
auth.py
6
auth.py
@ -364,8 +364,8 @@ def refreshTokens(**args):
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
logger.error("application, login or password missing")
|
logger.error("application, login or password missing")
|
||||||
raise werkzeug.exceptions.Unauthorized()
|
raise werkzeug.exceptions.Unauthorized()
|
||||||
#except Exception as e:
|
except Exception as e:
|
||||||
# logger.error("unspecific exception: {}".format(str(e)))
|
logger.error("unspecific exception: {}".format(str(e)))
|
||||||
# raise werkzeug.exceptions.Unauthorized()
|
raise werkzeug.exceptions.Unauthorized()
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user