blob: 24494bdf19dbc0692f026bf4990d680c6e5ad91d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- hc/lib/webauthn.py.orig 2025-06-11 05:51:38 UTC
+++ hc/lib/webauthn.py
@@ -14,8 +14,6 @@ from fido2.webauthn import (
UserVerificationRequirement,
)
-fido2.features.webauthn_json_mapping.enabled = True
-
class CreateHelper:
def __init__(self, rp_id: str, credentials: Iterable[bytes]):
|