Skip to content

Commit

Permalink
Update reenter password for open-wallet-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar Usov authored and Nazar Usov committed Jan 21, 2025
1 parent 3b14952 commit 0dc3d0e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ <h3 class="mb-2">{{ 'OPEN_WALLET.MODAL.TITLE' | translate }}</h3>
[class.invalid]="isWrongPassword$ | async"
(contextmenu)="variablesService.onContextMenuPasteSelect($event)"
(focusin)="resetPasswordError()"
(keydown)="resetPasswordError()"
class="form__field--input"
id="password"
name="password"
Expand Down

0 comments on commit 0dc3d0e

Please sign in to comment.