Remove credential_id variable

This commit is contained in:
devStorm 2020-05-07 05:37:03 -07:00
parent e4895b52a0
commit b0c39635a5
No known key found for this signature in database
GPG Key ID: D52E1B66F336AC57
1 changed files with 0 additions and 1 deletions

View File

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