File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
app/Filament/Pages/Settings Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 44
55use App \Rules \ValidCronExpression ;
66use App \Settings \GeneralSettings ;
7- use Filament \Forms \Components \Card ;
87use Filament \Forms \Components \Grid ;
98use Filament \Forms \Components \Section ;
109use Filament \Forms \Components \Select ;
1110use Filament \Forms \Components \TextInput ;
12- use Filament \Forms \Components \Toggle ;
1311use Filament \Pages \SettingsPage ;
1412use Illuminate \Support \Facades \Http ;
1513use Squire \Models \Timezone ;
@@ -110,17 +108,6 @@ protected function getFormSchema(): array
110108 ->columnSpan ([
111109 'md ' => 2 ,
112110 ]),
113-
114- Card::make ()
115- ->schema ([
116- Toggle::make ('auth_enabled ' )
117- ->label ('Authentication enabled ' )
118- ->helperText ("NOTE: Authentication is currently required. It's on the roadmap to be able to disable it though. " )
119- ->disabled (),
120- ])
121- ->columnSpan ([
122- 'md ' => 1 ,
123- ]),
124111 ]),
125112 ];
126113 }
You can’t perform that action at this time.
0 commit comments