Working on tests
This commit is contained in:
parent
3c5565022d
commit
6d82985183
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class AuthController extends Controller
|
|||
public function getLoginWrapper()
|
||||
{
|
||||
if (! Utils::isNinja() && ! User::count()) {
|
||||
return redirect()->to('/setup');
|
||||
return redirect()->to('/invoice_now');
|
||||
}
|
||||
|
||||
if (Utils::isNinja()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue