Skip to content

Commit 98cf390

Browse files
authored
removed auth message (alexjustesen#340)
1 parent bf56509 commit 98cf390

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

app/Filament/Pages/Settings/GeneralPage.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44

55
use App\Rules\ValidCronExpression;
66
use App\Settings\GeneralSettings;
7-
use Filament\Forms\Components\Card;
87
use Filament\Forms\Components\Grid;
98
use Filament\Forms\Components\Section;
109
use Filament\Forms\Components\Select;
1110
use Filament\Forms\Components\TextInput;
12-
use Filament\Forms\Components\Toggle;
1311
use Filament\Pages\SettingsPage;
1412
use Illuminate\Support\Facades\Http;
1513
use 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
}

0 commit comments

Comments
 (0)