supplement to the latest commit. I removed the info flash from the /login route when you are already authed because this looked like shit
This commit is contained in:
@@ -127,7 +127,7 @@ class UserController extends Controller
|
||||
{
|
||||
if(auth()->check()) {
|
||||
\Session::reflash();
|
||||
\Session::flash('info', 'Cannot login when logged in, lmao');
|
||||
#\Session::flash('info', 'Cannot login when logged in, lmao');
|
||||
return redirect('/');
|
||||
}
|
||||
return view('login');
|
||||
|
Reference in New Issue
Block a user