fix pattern

This commit is contained in:
_Bastler 2021-06-06 17:19:50 +02:00
parent 57d2bf97fb
commit 86492f3590

View File

@ -127,7 +127,7 @@
<mat-form-field> <mat-form-field>
<input matInput placeholder="{{'urlshortener.code' | i18n}}" formControlName="code" <input matInput placeholder="{{'urlshortener.code' | i18n}}" formControlName="code"
[(ngModel)]="shortenedUrl.code" pattern="[a-zA-Z0-9]+"> [(ngModel)]="shortenedUrl.code">
<mat-error> <mat-error>
{{'urlshortener.error.code' | i18n}} {{'urlshortener.error.code' | i18n}}
</mat-error> </mat-error>