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');
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 616 KiB After Width: | Height: | Size: 675 KiB |
Reference in New Issue
Block a user