Always request association status

This commit is contained in:
varjolintu 2023-10-03 10:08:27 +03:00
parent d91380e111
commit 46c6cae323

View file

@ -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);