🆙 Back full 🆙

This commit is contained in:
Remco
2026-01-21 17:53:33 +01:00
parent 1776e75a6c
commit e233b55c34
7 changed files with 251 additions and 7 deletions
@@ -51,7 +51,6 @@ class FortifyServiceProvider extends ServiceProvider
return Limit::perMinute(5)->by(is_string($loginId) ? $loginId : '');
});
/** @phpstan-ignore argument.type */
Fortify::loginView(fn () => view('auth.login', [
'articles' => WebsiteArticle::latest('id')
->take(4)