url shortener, quotas, small improvements
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{{'tokens.redeemed' | i18n}}
|
||||
</mat-error>
|
||||
<mat-form-field>
|
||||
<input matInput placeholder="{{'token' | i18n}}" formControlName="token">
|
||||
<input matInput placeholder="{{'token' | i18n}}" formControlName="token" matInputAutofocus>
|
||||
<mat-error>
|
||||
{{'tokens.provide-valid' | i18n}}
|
||||
</mat-error>
|
||||
|
||||
Reference in New Issue
Block a user