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 Aug 23, 2024
1 parent ece8d7e commit 39cad05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TwoFactorAuthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,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 Expand Up @@ -274,4 +274,4 @@ protected function getMigrations(): array
'add_two_factor_type_column_to_users_table',
];
}
}
}

0 comments on commit 39cad05

Please sign in to comment.