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}
|
error={!!formErrors.customerSetPasswordUrl}
|
||||||
fullWidth
|
fullWidth
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
|
type="url"
|
||||||
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