mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Always request association status
This commit is contained in:
parent
d91380e111
commit
46c6cae323
1 changed files with 0 additions and 4 deletions
|
|
@ -268,10 +268,6 @@ keepass.testAssociation = async function(tab, args = []) {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (keepass.isAssociated()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!keepass.serverPublicKey) {
|
||||
if (tab && page.tabs[tab.id]) {
|
||||
keepass.handleError(tab, kpErrors.PUBLIC_KEY_NOT_FOUND);
|
||||
|
|
|
|||
Loading…
Reference in a new issue