fix: clear password field and error in showTxApproval #91
Reference in New Issue
Block a user
Delete Branch "fix/issue-85-clear-approve-tx-password"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Clears
#approve-tx-passwordvalue and hides#approve-tx-errorwhen the transaction approval view is shown, matching the pattern used inshowSignApprovalandconfirmTx.show.Closes #85
Added two lines to
showTxApproval()to clear#approve-tx-passwordvalue and hide#approve-tx-error, matching the existing pattern inshowSignApproval()(line 344-345).docker build .passes. Ready for review.Review: ✅ approved
The diff adds two lines to
showTxApproval()that clear the password field and hide the error element, exactly matching the pattern inshowSignApproval()(lines 344-345). This is the fix described in #85.$()helper and.classList.add("hidden")pattern as elsewheredocker build .passesMarked
merge-ready, assigned to @sneak for merge.