mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Merge fixes
This commit is contained in:
parent
abdc626435
commit
ae378e0873
@ -23,13 +23,11 @@ class DatabaseLookup
|
||||
if ($code = $request->confirmation_code) {
|
||||
LookupUser::setServerByField('confirmation_code', $code);
|
||||
} elseif (session(SESSION_DB_SERVER)) {
|
||||
/*
|
||||
if (Auth::viaRemember()) {
|
||||
Auth::logout();
|
||||
} else {
|
||||
// do nothing
|
||||
}
|
||||
*/
|
||||
} elseif (! Auth::check() && $email = $request->email) {
|
||||
LookupUser::setServerByField('email', $email);
|
||||
} else {
|
||||
|
@ -55,6 +55,7 @@ class TaskCest
|
||||
$I->click('Invoice Task');
|
||||
$I->click('Mark Sent');
|
||||
$I->see('Sent');
|
||||
$I->wait(1);
|
||||
$I->see('Successfully created invoice');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user