Skip to content

Commit

Permalink
Merge pull request #2110 from ORCID/fix/8968-qa-dont-display-confirm-…
Browse files Browse the repository at this point in the history
…email-address-error-message-immediately

fix: Add missing validation in confirmation email in new register form
  • Loading branch information
leomendoza123 authored Dec 7, 2023
2 parents 5501099 + dca4bba commit f7cd9ee
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 f7cd9ee

Please sign in to comment.