K
Kirby
Guest
Code:
This causes
Continue reading...
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 ignoredContinue reading...