schema([ TextEntry::make('create_application') ->hiddenLabel() ->state(new HtmlString(Blade::render('
Navigate to the OAuth & Permissions section and configure the Redirect URL using the value below.
'))), TextInput::make('_noenv_callback') ->label('Redirect URL') ->dehydrated() ->disabled() ->hintCopy() ->default(fn () => url('/auth/oauth/callback/slack')), ]), ], parent::getSetupSteps()); } public function getIcon(): string { return 'tabler-brand-slack'; } public function getHexColor(): string { return '#6ecadc'; } }