summaryrefslogtreecommitdiff
path: root/sysutils/py-healthchecks/files/patch-hc_lib_webauthn.py
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/py-healthchecks/files/patch-hc_lib_webauthn.py')
-rw-r--r--sysutils/py-healthchecks/files/patch-hc_lib_webauthn.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/py-healthchecks/files/patch-hc_lib_webauthn.py b/sysutils/py-healthchecks/files/patch-hc_lib_webauthn.py
new file mode 100644
index 000000000000..24494bdf19db
--- /dev/null
+++ b/sysutils/py-healthchecks/files/patch-hc_lib_webauthn.py
@@ -0,0 +1,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]):