url shortener, quotas, small improvements

This commit is contained in:
_Bastler
2021-06-05 19:49:20 +02:00
parent aef130dff4
commit 651352e4a1
23 changed files with 616 additions and 98 deletions
+1 -1
View File
@@ -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>