small changes to the layouts and their css files, nothing really impacting
This commit is contained in:
@@ -55,6 +55,11 @@ class UserController extends Controller
|
||||
return redirect()->back()->with('error', 'Missing credentials');
|
||||
}
|
||||
|
||||
public function nojs()
|
||||
{
|
||||
return view('nojs');
|
||||
}
|
||||
|
||||
public function logout()
|
||||
{
|
||||
if(!auth()->check()) return redirect()->back()->with('warning', 'You are not logged in');
|
||||
|
Reference in New Issue
Block a user