Bug Authenticator attachment is not set correctly

There is a bug in this version
K

Kirby

Guest
Code:

Code:
--- xf/js/webauthn.js    Sat Apr  6 01:15:30 2024
+++ xf/js/webauthn.js    Sat Apr  6 01:15:48 2024
@@ -253,3 +253,3 @@
             {
-                options.publicKey.authenticatorAttachment = config.authAttachment
+                options.publicKey.authenticatorSelection.authenticatorAttachment = config.authAttachment
             }

This causes config.authAttachment to be ignored

Continue reading...