mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04: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);
|
Session::put('contact_key', $contact->contact_key);
|
||||||
}
|
}
|
||||||
if (! $contact) {
|
if (! $contact) {
|
||||||
return \Redirect::to('client/session_expired');
|
return \Redirect::to('client/login');
|
||||||
}
|
}
|
||||||
|
|
||||||
$account = $contact->account;
|
$account = $contact->account;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user