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