Fixes
This commit is contained in:
parent
881c89bfc1
commit
0ed83d7bc2
@ -7,12 +7,9 @@
|
|||||||
class AuthController extends Controller
|
class AuthController extends Controller
|
||||||
{
|
{
|
||||||
use Authentication;
|
use Authentication;
|
||||||
|
|
||||||
protected string $redirectTo = "maintenance.planned";
|
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->middleware('guest')->except('logout');
|
$this->middleware('auth')->only(['logout','root']);
|
||||||
$this->middleware('auth')->only('logout');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user