add autocomplete off to email field in site settings
This commit is contained in:
parent
2805b752f0
commit
c2039f751e
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ const SiteSettingsMailing: React.FC<SiteSettingsMailingProps> = props => {
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
error={!!formErrors.customerSetPasswordUrl}
|
error={!!formErrors.customerSetPasswordUrl}
|
||||||
fullWidth
|
fullWidth
|
||||||
|
autoComplete="off"
|
||||||
name="customerSetPasswordUrl"
|
name="customerSetPasswordUrl"
|
||||||
label={intl.formatMessage({
|
label={intl.formatMessage({
|
||||||
defaultMessage: "Customer password reset URL"
|
defaultMessage: "Customer password reset URL"
|
||||||
|
|
Loading…
Reference in a new issue