Commit 852acc40 authored by Waterfox's avatar Waterfox
Browse files

Merge branch 'LoginForm' of...

Merge branch 'LoginForm' of https://forge.info.unicaen.fr/git/but-info-sae3-2024-groupe3 into LoginForm
parents a14b1c8d 390fe571
Loading
Loading
Loading
Loading
+6 −11

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

Route::get('/login', function ()
{
    return view('login');
    return view('login', ['wrongPassword' => false]);
});

Route::post('/login', function (Request $request)