add search + note

This commit is contained in:
_Bastler
2021-06-06 17:09:09 +02:00
parent a69647ffde
commit 57d2bf97fb
14 changed files with 60 additions and 22 deletions
@@ -7,7 +7,7 @@
</mat-error>
<mat-form-field>
<input matInput placeholder="{{'username' | i18n}}" formControlName="username"
[(ngModel)]="model.username" required matInputAutofocus>
[(ngModel)]="model.username" required matAutofocus>
<mat-error>
{{'username.error' | i18n}}
</mat-error>