Increase maximum labels value to 60. Fix some eslint errors.

This commit is contained in:
varjolintu 2026-01-17 12:57:48 +02:00
parent 0603bec9f6
commit 6c0700c562

View file

@ -26,7 +26,7 @@ keepass.requiredKeePassXC = '2.6.0';
keepass.serverPublicKey = '';
const DEFAULT_FETCH_TIMEOUT = 5000; // ms
const MAX_RELATED_ORIGIN_LABELS = 15;
const MAX_RELATED_ORIGIN_LABELS = 60;
const kpActions = {
SET_LOGIN: 'set-login',
@ -946,7 +946,7 @@ keepass.getPasskeysRelatedOrigins = async function(rpId) {
}
return [];
}
};
keepass.clearErrorMessage = function(tab) {
if (tab && page.tabs[tab.id]) {