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