Fixes
This commit is contained in:
parent
881c89bfc1
commit
0ed83d7bc2
@ -8,11 +8,8 @@ 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