Browse Source

Remove credential_id variable

devStorm 5 years ago
parent
commit
b0c39635a5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/auth/views/fido.py

+ 0 - 1
app/auth/views/fido.py

@@ -59,7 +59,6 @@ def fido():
             return redirect(url_for("auth.login"))
 
         challenge = session["fido_challenge"]
-        credential_id = sk_assertion["id"]
 
         webauthn_assertion_response = webauthn.WebAuthnAssertionResponse(
             webauthn_user, sk_assertion, challenge, URL, uv_required=False