Thanks @Ryzhehvost
This commit is contained in:
Archi
2023-04-02 23:33:07 +02:00
parent b1d82da385
commit 4159b379b0

View File

@@ -2040,6 +2040,7 @@ public sealed class Bot : IAsyncDisposable, IDisposable {
break;
case EResult.AccountLoginDeniedNeedTwoFactor:
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.FileNotFound: // User denied approval despite telling us that he accepted it, just try again
case EResult.InvalidPassword:
case EResult.NoConnection:
case EResult.PasswordRequiredToKickSession: // Not sure about this one, it seems to be just generic "try again"? #694