This commit is contained in:
devStorm 2020-05-18 01:04:45 -07:00
parent 419aa95f1f
commit 35f0c094fe
No known key found for this signature in database
GPG Key ID: D52E1B66F336AC57
2 changed files with 1 additions and 3 deletions

View File

@ -40,7 +40,6 @@ def fido():
next_url = request.args.get("next") next_url = request.args.get("next")
# Handling POST requests # Handling POST requests
if fido_token_form.validate_on_submit(): if fido_token_form.validate_on_submit():
try: try:
@ -110,7 +109,7 @@ def fido():
RP_ID, RP_ID,
) )
) )
webauthn_assertion_options = webauthn.WebAuthnAssertionOptions( webauthn_assertion_options = webauthn.WebAuthnAssertionOptions(
webauthn_users, challenge webauthn_users, challenge
) )

View File

@ -33,7 +33,6 @@
JSON.parse('{{credential_create_options|tojson|safe}}') JSON.parse('{{credential_create_options|tojson|safe}}')
) )
console.log(pkCredentialCreateOptions)
let credential let credential
try { try {