mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -2005,11 +2005,11 @@ namespace ArchiSteamFarm {
|
||||
return FormatBotResponse(Strings.BotNoASFAuthenticator);
|
||||
}
|
||||
|
||||
if (await AcceptConfirmations(confirm).ConfigureAwait(false)) {
|
||||
return FormatBotResponse(Strings.Success);
|
||||
if (!await AcceptConfirmations(confirm).ConfigureAwait(false)) {
|
||||
return FormatBotResponse(Strings.WarningFailed);
|
||||
}
|
||||
|
||||
return FormatBotResponse(Strings.WarningFailed);
|
||||
return FormatBotResponse(Strings.Success);
|
||||
}
|
||||
|
||||
private static async Task<string> Response2FAConfirm(ulong steamID, string botNames, bool confirm) {
|
||||
|
||||
Reference in New Issue
Block a user