Skip to content

Commit

Permalink
fix: Add missing validation in confirmation email in new register form
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPalafox committed Dec 6, 2023
1 parent 652fd1f commit 93c443a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ <h2 i18n="@@register.yourEmailAddresses" class="orc-font-body margin-top-12">
</mat-form-field>
<mat-error
*ngIf="
emailFormTouched && form.hasError('required', 'emails.confirmEmail')
emailConfirmationFormTouched && form.hasError('required', 'emails.confirmEmail')
"
i18n="@@register.confirmEmailRequired2"
>
Expand Down

0 comments on commit 93c443a

Please sign in to comment.