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}
|
||||
error={!!formErrors.customerSetPasswordUrl}
|
||||
fullWidth
|
||||
autoComplete="off"
|
||||
name="customerSetPasswordUrl"
|
||||
label={intl.formatMessage({
|
||||
defaultMessage: "Customer password reset URL"
|
||||
|
|
Loading…
Reference in a new issue