url shortener, quotas, small improvements
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</mat-error>
|
||||
<mat-form-field>
|
||||
<input matInput placeholder="{{'username' | i18n}}" formControlName="username"
|
||||
[(ngModel)]="model.username" required>
|
||||
[(ngModel)]="model.username" required matInputAutofocus>
|
||||
<mat-error>
|
||||
{{'username.error' | i18n}}
|
||||
</mat-error>
|
||||
|
||||
Reference in New Issue
Block a user