fix optimizer

This commit is contained in:
Saeed Vaziry
2025-06-20 00:02:22 +02:00
parent cf9bb35615
commit 7a94e28da2
7 changed files with 7 additions and 6 deletions

View File

@ -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([