Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
arduinomaster22 authored and github-actions[bot] committed Dec 19, 2024
1 parent 810c44b commit 13a1b43
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/TwoFactorAuthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,9 @@ public function packageBooted(): void
}

FilamentColor::register([
'default' => $color
'default' => $color,
]);




FilamentAsset::registerScriptData(
$this->getScriptData(),
$this->getAssetPackageName()
Expand Down Expand Up @@ -191,7 +188,7 @@ public function packageBooted(): void
* This route name is used multiple places in filament.
*/
Route::prefix(config('filament.path'))->group(function () {
Route::get('/filament-login', fn() => Redirect::route('login'))
Route::get('/filament-login', fn () => Redirect::route('login'))
->name('auth.login');
});
});
Expand Down

0 comments on commit 13a1b43

Please sign in to comment.