mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 08:13:16 +08:00
linting
This commit is contained in:
parent
1c73f07d18
commit
c09b6ef675
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ def fido():
|
|||
if fido_token_form.validate_on_submit():
|
||||
try:
|
||||
sk_assertion = json.loads(fido_token_form.sk_assertion.data)
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
flash("Key verification failed. Error: Invalid Payload", "warning")
|
||||
return redirect(url_for("auth.login"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue