Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Feb 8, 2024
1 parent 9022c1d commit 36be2ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class FormPersonalComponent extends BaseForm implements OnInit {
additionalEmails: UntypedFormGroup = new UntypedFormGroup({
'0': new UntypedFormControl('', {
validators: [OrcidValidators.email],
asyncValidators: this._register.backendValueValidate('email')
asyncValidators: this._register.backendValueValidate('email'),
}),
})

Expand Down

0 comments on commit 36be2ce

Please sign in to comment.