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