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