Fix retrieving credentials from changed DB in unlock dialog

This commit is contained in:
varjolintu 2025-04-20 18:15:29 +03:00
parent 0de621f0dd
commit 7839dfe096

View file

@ -678,7 +678,7 @@ kpxc.retrieveCredentialsCallback = async function(credentials) {
// If credentials are not received, request them again
kpxc.receiveCredentialsIfNecessary = async function() {
if (kpxc.credentials.length === 0 && !_called.retrieveCredentials) {
if (kpxc.credentials.length === 0) {
if (!await isIframeAllowed()) {
return [];
}