Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
RaceFPV committed Mar 22, 2023
1 parent 67c286a commit 244e1e9
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,13 @@
/>
<label for="inputtext" i18n>Confirm Password</label>
</span>
<div *ngIf="registerForm.errors?.invalid" class="error-red" i18n>Passwords must match.</div>
<div *ngIf="registerForm.errors?.invalid" class="error-red" i18n>
Passwords must match.
</div>
<div *ngIf="authError" class="error-red" i18n>Authentication error</div>
<div *ngIf="duplicateError" class="error-red" i18n>Username or e-mail is already registered</div>
<div *ngIf="duplicateError" class="error-red" i18n>
Username or e-mail is already registered
</div>

<br />
<div class="recaptcha-wrap" i18n>
Expand Down

0 comments on commit 244e1e9

Please sign in to comment.