Skip to content
Snippets Groups Projects
Commit 66186729 authored by Tom Käsler's avatar Tom Käsler
Browse files

remove unused matcher

parent 3ab38782
No related merge requests found
......@@ -2,7 +2,7 @@
fxLayoutGap="10px">
<mat-form-field class="input-block">
<input matInput #userActivationKey type="text" placeholder="{{ 'login.activation-key' | translate }}"
[formControl]="activationKeyFormControl" [errorStateMatcher]="matcher" name="activation-key"/>
[formControl]="activationKeyFormControl" name="activation-key"/>
<mat-error *ngIf="activationKeyFormControl.hasError('required')">{{ 'login.activation-key-required' | translate }}</mat-error>
</mat-form-field>
<button mat-raised-button color="primary" type="submit">{{ 'login.activate' | translate }}</button>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment