Update authenticatorAttachment setting (#520)

This commit is contained in:
Leendert de Borst
2025-10-24 21:37:02 +02:00
parent fb01b75f3d
commit 866c8e7834

View File

@@ -328,7 +328,7 @@ class PasskeyFormFragment : Fragment() {
put("id", credentialIdB64)
put("rawId", credentialIdB64)
put("type", "public-key")
put("authenticatorAttachment", "platform")
put("authenticatorAttachment", "cross-platform")
put(
"response",
JSONObject().apply {
@@ -529,7 +529,7 @@ class PasskeyFormFragment : Fragment() {
put("id", credentialIdB64)
put("rawId", credentialIdB64)
put("type", "public-key")
put("authenticatorAttachment", "platform")
put("authenticatorAttachment", "cross-platform")
put(
"response",
JSONObject().apply {