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