Prevent auto-creating client
This commit is contained in:
parent
dd6561b96d
commit
996abcc560
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ class AccountController extends BaseController
|
|||
private function showAccountManagement()
|
||||
{
|
||||
$account = Auth::user()->account;
|
||||
$planDetails = $account->getPlanDetails(true);
|
||||
$planDetails = $account->getPlanDetails(true, false);
|
||||
$portalLink = false;
|
||||
|
||||
if (Utils::isNinja() && $planDetails
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue