mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +00:00
fix(core): Fix FIDO2 falling back to U2F.
[no changelog]
This commit is contained in:
parent
deb38a2db5
commit
2ee5b0aa15
@ -1882,7 +1882,7 @@ def _cbor_get_info(req: Cmd) -> Cmd:
|
|||||||
_GETINFO_RESP_EXTENSIONS: ["hmac-secret"],
|
_GETINFO_RESP_EXTENSIONS: ["hmac-secret"],
|
||||||
_GETINFO_RESP_AAGUID: _AAGUID,
|
_GETINFO_RESP_AAGUID: _AAGUID,
|
||||||
_GETINFO_RESP_OPTIONS: {
|
_GETINFO_RESP_OPTIONS: {
|
||||||
"rk": _ALLOW_RESIDENT_CREDENTIALS,
|
"rk": bool(_ALLOW_RESIDENT_CREDENTIALS),
|
||||||
"up": True,
|
"up": True,
|
||||||
"uv": True,
|
"uv": True,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user