Skip to content

Commit 890ecf1

Browse files
Merge pull request #1926 from Jr7468/dev
Disabled autofill on AddContact.jsx
2 parents 55b5b69 + 6bd797b commit 890ecf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/email-exchange/administration/AddContact.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const AddContact = () => {
4343
onSubmit={onSubmit}
4444
render={({ handleSubmit, submitting, values }) => {
4545
return (
46-
<CForm onSubmit={handleSubmit}>
46+
<CForm onSubmit={handleSubmit} autoComplete="off">
4747
<CRow>
4848
<CCol md={8}>
4949
<RFFCFormInput type="text" name="displayName" label="Display Name" />

0 commit comments

Comments
 (0)