mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
Fix client redirect
This commit is contained in:
parent
5a33c42278
commit
ca6e981f29
@ -68,7 +68,7 @@ class Authenticate
|
||||
Session::put('contact_key', $contact->contact_key);
|
||||
}
|
||||
if (! $contact) {
|
||||
return \Redirect::to('client/session_expired');
|
||||
return \Redirect::to('client/login');
|
||||
}
|
||||
|
||||
$account = $contact->account;
|
||||
|
Loading…
Reference in New Issue
Block a user