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")
# Handling POST requests
if fido_token_form.validate_on_submit():
try:
@ -110,7 +109,7 @@ def fido():
RP_ID,
)
)
webauthn_assertion_options = webauthn.WebAuthnAssertionOptions(
webauthn_users, challenge
)

View File

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