Skip to content

Commit

Permalink
Update Bot.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Mar 19, 2024
1 parent 90403c9 commit 35b1135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ArchiSteamFarm/Steam/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2190,6 +2190,7 @@ private async Task HandleLoginResult(EResult result, EResult extendedResult) {
case EResult.AccessDenied: // Usually means refresh token is no longer authorized to use, otherwise just try again
case EResult.AccountLoginDeniedNeedTwoFactor:
case EResult.AccountLoginDeniedThrottle:
case EResult.Busy:
case EResult.DuplicateRequest: // This will happen if user reacts to popup and tries to use the code afterwards, we have the code saved in ASF, we just need to try again
case EResult.Expired: // Refresh token expired
case EResult.FileNotFound: // User denied approval despite telling us that they accepted it, just try again
Expand Down

0 comments on commit 35b1135

Please sign in to comment.