Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
orcid-releaser committed Feb 21, 2024
1 parent 18e7cc2 commit f8f60d8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ <h3 i18n="@@register.yourPasswords" class="orc-font-body no-top-margin">
id="password-input"
/>
</mat-form-field>
<mat-error
*ngIf="passwordTouched && form.hasError('required', 'password')"
>
<mat-error *ngIf="passwordTouched && form.hasError('required', 'password')">
{{ passwordIsRequired }}
</mat-error>
<mat-error
Expand Down

0 comments on commit f8f60d8

Please sign in to comment.