mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-09 14:12:51 +00:00
core/webauthn: Add U2F_V2 to authenticatorGetInfo supported versions.
This commit is contained in:
parent
fa816c9e97
commit
627b4d0374
@ -1593,7 +1593,7 @@ def cbor_get_assertion_sign(
|
||||
|
||||
def cbor_get_info(req: Cmd) -> Cmd:
|
||||
response_data = {
|
||||
_GETINFO_RESP_VERSIONS: ["FIDO_2_0"],
|
||||
_GETINFO_RESP_VERSIONS: ["U2F_V2", "FIDO_2_0"],
|
||||
_GETINFO_RESP_EXTENSIONS: ["hmac-secret"],
|
||||
_GETINFO_RESP_AAGUID: _AAGUID,
|
||||
_GETINFO_RESP_OPTIONS: {
|
||||
|
Loading…
Reference in New Issue
Block a user