mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Forward to correct login location - contacts
This commit is contained in:
parent
bdeb31d4b4
commit
b73dc67692
@ -149,7 +149,9 @@ class ContactLoginController extends Controller
|
||||
return redirect(session()->get('url.intended'));
|
||||
}
|
||||
|
||||
return redirect(route('client.dashboard'));
|
||||
$this->setRedirectPath();
|
||||
|
||||
return redirect($this->redirectTo);
|
||||
}
|
||||
|
||||
public function logout()
|
||||
|
Loading…
x
Reference in New Issue
Block a user