diff --git a/core/src/apps/webauthn/__init__.py b/core/src/apps/webauthn/__init__.py index bf18d176ef..5f46a655ad 100644 --- a/core/src/apps/webauthn/__init__.py +++ b/core/src/apps/webauthn/__init__.py @@ -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: {