Fixed Authenticator attachment is not set correctly

Kirby

Well-known member
Affected version
2.3.0 Beta 3
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
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.3.0 Beta 4).

Change log:
Properly set authenticator attachment
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom