Skip to content

Commit

Permalink
Add missing EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
varjolintu committed Mar 14, 2024
1 parent c779699 commit 89d94bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/PasskeyUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,4 +373,4 @@ QString PasskeyUtils::getUsernameFromEntry(const Entry* entry) const
return entry->attributes()->hasKey(BrowserPasskeys::KPXC_PASSKEY_USERNAME)
? entry->attributes()->value(BrowserPasskeys::KPXC_PASSKEY_USERNAME)
: entry->attributes()->value(BrowserPasskeys::KPEX_PASSKEY_USERNAME);
}
}

0 comments on commit 89d94bd

Please sign in to comment.