mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Fix keyId not showing in popup.
This commit is contained in:
parent
b957598bdb
commit
70b2d6c808
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ kpxcEvent.onMessage = async function(request, sender) {
|
|||
kpxcEvent.showStatus = async function(tab, configured, internalPoll) {
|
||||
let keyId = null;
|
||||
if (configured && keepass.databaseHash !== ''
|
||||
&& Object.hasOwn(keepass.databaseHash, keepass.databaseHash)) {
|
||||
&& Object.hasOwn(keepass.keyRing, keepass.databaseHash)) {
|
||||
keyId = keepass.keyRing[keepass.databaseHash].id;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue