mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 17:35:27 +08:00
Remove it for all creds
This commit is contained in:
parent
ff33380bed
commit
657cae53a6
1 changed files with 2 additions and 1 deletions
|
@ -155,7 +155,8 @@ def fido():
|
|||
webauthn_assertion_options = webauthn_assertion_options.assertion_dict
|
||||
try:
|
||||
# HACK: We need to upgrade to webauthn > 1 so it can support specifying the transports
|
||||
del webauthn_assertion_options["allowCredentials"][0]["transports"]
|
||||
for credential in webauthn_assertion_options["allowCredentials"]:
|
||||
del credential["transports"]
|
||||
except KeyError:
|
||||
# Should never happen but...
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue