You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'checkboxHelp' => \__('Due to security reasons, the Oauth connection should be disabled unless you are actively using it to connect to the application.', 'eightshift-forms'),
332
+
'checkboxIsChecked' => $allowIsChecked,
333
+
'checkboxValue' => $allowKey,
334
+
'checkboxSingleSubmit' => true,
335
+
'checkboxAsToggle' => true,
336
+
]
337
+
]
338
+
],
339
+
$allowIsChecked ? [
340
+
'component' => 'intro',
341
+
'introSubtitle' => \__('Make sure you turn off the Oauth connection when the connection is created or it will turn off automatically after 5 minutes if your Cron events are set correctly. ', 'eightshift-forms'),
342
+
'introIsHighlighted' => true,
343
+
'introIsHighlightedImportant' => true,
344
+
] : [],
345
+
[
346
+
'component' => 'card-inline',
347
+
'cardInlineTitle' => \__('Connect with Oauth', 'eightshift-forms'),
0 commit comments