mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
minor fixes
This commit is contained in:
parent
c51bbaec43
commit
d2491476e4
@ -997,7 +997,8 @@ class BaseController extends Controller
|
||||
}
|
||||
|
||||
public function reactCatch()
|
||||
{
|
||||
{
|
||||
|
||||
if ((bool) $this->checkAppSetup() !== false && $account = Account::first()) {
|
||||
if (config('ninja.require_https') && ! request()->isSecure()) {
|
||||
return redirect()->secure(request()->getRequestUri());
|
||||
|
Loading…
x
Reference in New Issue
Block a user