Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa authored and github-actions[bot] committed Dec 19, 2024
1 parent 7c15c5f commit 7349f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TwoFactorAuthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,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 7349f02

Please sign in to comment.