fix: delegated acc passkey auth

This commit is contained in:
lewis
2026-01-21 17:53:59 +00:00
committed by Tangled
parent a18be8c6fd
commit 230d90262e
4 changed files with 241 additions and 13 deletions
+2 -1
View File
@@ -127,7 +127,8 @@
},
body: JSON.stringify({
request_uri: requestUri,
identifier: controllerIdentifier.trim().replace(/^@/, '')
identifier: controllerIdentifier.trim().replace(/^@/, ''),
delegated_did: delegatedDid
})
})