Multi-db fixes
This commit is contained in:
parent
474790df69
commit
9ebaf01c4f
1 changed files with 0 additions and 3 deletions
|
|
@ -41,9 +41,6 @@ class DatabaseLookup
|
|||
LookupInvitation::setServerByField('invitation_key', $key);
|
||||
} elseif ($key = request()->contact_key ?: session('contact_key')) {
|
||||
LookupContact::setServerByField('contact_key', $key);
|
||||
} else {
|
||||
Auth::logout();
|
||||
return redirect('/client/sessionexpired');
|
||||
}
|
||||
} elseif ($guard == 'postmark') {
|
||||
LookupInvitation::setServerByField('message_id', request()->MessageID);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue