Skip to content

Commit fdb4b7f

Browse files
authored
Incorrect required validation.
Removed invalid "Required Validation" for both admin token and customer token.
1 parent e0a99e1 commit fdb4b7f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Integration/etc/adminhtml

1 file changed

+1
-1
lines changed

app/code/Magento/Integration/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<field id="admin" translate="label comment" type="text" sortOrder="60" showInDefault="1" canRestore="1">
2222
<label>Admin Token Lifetime (hours)</label>
2323
<comment>We will disable this feature if the value is empty.</comment>
24-
<validate>required-entry validate-zero-or-greater validate-number</validate>
24+
<validate>validate-zero-or-greater validate-number</validate>
2525
</field>
2626
</group>
2727
<group id="cleanup" translate="label" type="text" sortOrder="300" showInDefault="1">

0 commit comments

Comments
 (0)