Fix client redirect
This commit is contained in:
parent
5a33c42278
commit
ca6e981f29
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue