Skip to content

Commit

Permalink
♻️ certif: prevent autocomplement on email inputs in candidate modal
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiaPena committed Oct 4, 2024
1 parent 2f0614a commit 1ca1846
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'}}</:label>
</PixInput>
Expand All @@ -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'}}</:label>
</PixInput>
Expand Down

0 comments on commit 1ca1846

Please sign in to comment.