mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Remove info message
This commit is contained in:
parent
bd5ec5f5c5
commit
d0adbb6d06
@ -83,7 +83,6 @@ class AuthService
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
LookupUser::setServerByField('oauth_user_key', $providerId . '-' . $oauthUserId);
|
LookupUser::setServerByField('oauth_user_key', $providerId . '-' . $oauthUserId);
|
||||||
\Log::info("Find user: $providerId, $oauthUserId");
|
|
||||||
if ($user = $this->accountRepo->findUserByOauth($providerId, $oauthUserId)) {
|
if ($user = $this->accountRepo->findUserByOauth($providerId, $oauthUserId)) {
|
||||||
if ($user->google_2fa_secret) {
|
if ($user->google_2fa_secret) {
|
||||||
session(['2fa:user:id' => $user->id]);
|
session(['2fa:user:id' => $user->id]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user