Skip to content

Commit fc13633

Browse files
committed
Misc
1 parent d0cc10f commit fc13633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArchiSteamFarm/Bot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,7 @@ private async void OnLoggedOn(SteamUser.LoggedOnCallback callback) {
15591559
return;
15601560
}
15611561
} else {
1562-
TwoFactorCode = BotDatabase.SteamGuardAccount.GenerateSteamGuardCode();
1562+
Logging.LogGenericWarning("2FA code was invalid despite of using ASF 2FA. Invalid authenticator or bad timing?", BotName);
15631563
}
15641564
break;
15651565
case EResult.InvalidPassword:

0 commit comments

Comments
 (0)