Files
ipwa/src/app/admin-view/account-mgmt/user-reset/user-reset.component.html
T
slasherss 06316e1715 Squashed 'frontend/' content from commit 63375d1
git-subtree-dir: frontend
git-subtree-split: 63375d198b2160a3a5fc4427efe888f6c37bd92f
2026-04-27 22:43:56 +02:00

9 lines
315 B
HTML

<h1 mat-dialog-title>Reset hasła</h1>
<mat-dialog-content>
Czy chcesz zresetować hasło temu użytkownikowi?
</mat-dialog-content>
<mat-dialog-actions>
<button mat-button [mat-dialog-close]="true" class="error-color">Tak</button>
<button mat-button mat-dialog-close>Nie</button>
</mat-dialog-actions>