diff --git a/certif/app/components/sessions/session-details/enrolled-candidates/candidate-creation-modal.gjs b/certif/app/components/sessions/session-details/enrolled-candidates/candidate-creation-modal.gjs index 461599cc03d..8c809db3b2e 100644 --- a/certif/app/components/sessions/session-details/enrolled-candidates/candidate-creation-modal.gjs +++ b/certif/app/components/sessions/session-details/enrolled-candidates/candidate-creation-modal.gjs @@ -428,7 +428,7 @@ export default class CandidateCreationModal extends Component { @id='result-recipient-email' {{on 'input' (fn @updateCandidateData @candidateData 'resultRecipientEmail')}} type='email' - autocomplete='off' + autocomplete='nope' > <:label>{{t 'common.forms.certification-labels.email-results'}} @@ -443,7 +443,7 @@ export default class CandidateCreationModal extends Component { @id='email' {{on 'input' (fn @updateCandidateData @candidateData 'email')}} type='email' - autocomplete='off' + autocomplete='nope' > <:label>{{t 'common.forms.certification-labels.email-convocation'}}