mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
fix optimizer
This commit is contained in:
@ -28,7 +28,7 @@ public function create(Request $request): Response
|
||||
]);
|
||||
}
|
||||
|
||||
#[Post('login', name: 'login', middleware: 'guest')]
|
||||
#[Post('login', name: 'login.store', middleware: 'guest')]
|
||||
public function store(Request $request): RedirectResponse
|
||||
{
|
||||
$this->validate($request, [
|
||||
|
@ -24,7 +24,7 @@ public function show(): Response
|
||||
return Inertia::render('auth/confirm-password');
|
||||
}
|
||||
|
||||
#[Post('/', name: 'password.confirm')]
|
||||
#[Post('/', name: 'password.confirm.store')]
|
||||
public function store(Request $request): RedirectResponse
|
||||
{
|
||||
if (! Auth::guard('web')->validate([
|
||||
|
Reference in New Issue
Block a user