mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-14 10:25:14 -04:00
Update authenticatorAttachment setting (#520)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user