05/29 Fixed reveal button wil submit the form

This commit is contained in:
2026-05-29 15:07:49 -04:00
parent 977805f5e7
commit 9f1d1bdc61
+2 -2
View File
@@ -4107,8 +4107,8 @@ const Vault = (() => {
return `<div class="pw-history-row" data-hist-idx="${idx}">
<span class="pw-history-masked">••••••••</span>
<span class="pw-history-date">${escHtml(date)}</span>
<button class="btn-text btn-sm pw-history-reveal" title="Reveal">👁</button>
<button class="btn-text btn-sm pw-history-restore" title="Restore this password">↩ Restore</button>
<button type="button" class="btn-text btn-sm pw-history-reveal" title="Reveal">👁</button>
<button type="button" class="btn-text btn-sm pw-history-restore" title="Restore this password">↩ Restore</button>
</div>`;
}).join("");