fix: approve-tx/approve-sign error divs consistency with confirm-tx #92

Merged
sneak merged 2 commits from fix/84-approve-error-div-consistency into main 2026-02-28 22:25:38 +01:00
Showing only changes of commit ad2ce3d8ff - Show all commits

View File

@@ -256,6 +256,9 @@ function showTxApproval(details) {
$("approve-tx-data-section").classList.add("hidden"); $("approve-tx-data-section").classList.add("hidden");
} }
$("approve-tx-password").value = "";
$("approve-tx-error").classList.add("hidden");
showView("approve-tx"); showView("approve-tx");
} }