mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on tests
This commit is contained in:
parent
3c5565022d
commit
6d82985183
@ -118,7 +118,7 @@ class AuthController extends Controller
|
|||||||
public function getLoginWrapper()
|
public function getLoginWrapper()
|
||||||
{
|
{
|
||||||
if (! Utils::isNinja() && ! User::count()) {
|
if (! Utils::isNinja() && ! User::count()) {
|
||||||
return redirect()->to('/setup');
|
return redirect()->to('/invoice_now');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Utils::isNinja()) {
|
if (Utils::isNinja()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user