This commit is contained in:
Renaud Boyer 2020-12-06 22:08:35 +01:00
parent 1c73f07d18
commit c09b6ef675
1 changed files with 1 additions and 1 deletions

View File

@ -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"))