Squashed 'frontend/' content from commit 63375d1

git-subtree-dir: frontend
git-subtree-split: 63375d198b2160a3a5fc4427efe888f6c37bd92f
This commit is contained in:
2026-04-27 22:43:56 +02:00
commit 06316e1715
318 changed files with 24246 additions and 0 deletions
@@ -0,0 +1,8 @@
<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>