Remove info message
This commit is contained in:
parent
bd5ec5f5c5
commit
d0adbb6d06
1 changed files with 0 additions and 1 deletions
|
|
@ -83,7 +83,6 @@ class AuthService
|
|||
}
|
||||
} else {
|
||||
LookupUser::setServerByField('oauth_user_key', $providerId . '-' . $oauthUserId);
|
||||
\Log::info("Find user: $providerId, $oauthUserId");
|
||||
if ($user = $this->accountRepo->findUserByOauth($providerId, $oauthUserId)) {
|
||||
if ($user->google_2fa_secret) {
|
||||
session(['2fa:user:id' => $user->id]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue