We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be26941 commit 7341b4fCopy full SHA for 7341b4f
app/code/Magento/Integration/etc/adminhtml/system.xml
@@ -16,7 +16,7 @@
16
<field id="customer" translate="label comment" type="text" sortOrder="30" showInDefault="1" canRestore="1">
17
<label>Customer Token Lifetime (hours)</label>
18
<comment>We will disable this feature if the value is empty.</comment>
19
- <validate>required-entry validate-zero-or-greater validate-number</validate>
+ <validate>validate-zero-or-greater validate-number</validate>
20
</field>
21
<field id="admin" translate="label comment" type="text" sortOrder="60" showInDefault="1" canRestore="1">
22
<label>Admin Token Lifetime (hours)</label>
0 commit comments