mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix: Add Passkey username field
This commit is contained in:
@@ -43,6 +43,8 @@ object PasskeyEntryFields {
|
||||
fun EntryInfo.setPasskey(passkey: Passkey?) {
|
||||
if (passkey != null) {
|
||||
tags.put(PASSKEY_TAG)
|
||||
if (this.username.isEmpty())
|
||||
this.username = passkey.username
|
||||
addOrReplaceField(
|
||||
Field(
|
||||
FIELD_USERNAME,
|
||||
|
||||
Reference in New Issue
Block a user