We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cc10f commit fc13633Copy full SHA for fc13633
ArchiSteamFarm/Bot.cs
@@ -1559,7 +1559,7 @@ private async void OnLoggedOn(SteamUser.LoggedOnCallback callback) {
1559
return;
1560
}
1561
} else {
1562
- TwoFactorCode = BotDatabase.SteamGuardAccount.GenerateSteamGuardCode();
+ Logging.LogGenericWarning("2FA code was invalid despite of using ASF 2FA. Invalid authenticator or bad timing?", BotName);
1563
1564
break;
1565
case EResult.InvalidPassword:
0 commit comments