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 db43c11 commit 205f7e6Copy full SHA for 205f7e6
app/code/Magento/Integration/Block/Adminhtml/Integration/Edit/Tab/Info.php
@@ -146,6 +146,7 @@ protected function _addGeneralFieldset($form, $integrationData)
146
'label' => __('Callback URL'),
147
'name' => self::DATA_ENDPOINT,
148
'disabled' => $disabled,
149
+ 'class' => 'validate-url',
150
// @codingStandardsIgnoreStart
151
'note' => __(
152
'Enter URL where Oauth credentials can be sent when using Oauth for token exchange. We strongly recommend using https://.'
0 commit comments