mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-22 04:30:32 +09:00
Working on multi user
This commit is contained in:
@@ -36,4 +36,9 @@ class LoginController extends Controller
|
||||
{
|
||||
$this->middleware('guest')->except('logout');
|
||||
}
|
||||
public function index()
|
||||
{
|
||||
$data =[];
|
||||
return view('userselect', $data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user