mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
More meaningful ASF 2FA error
This commit is contained in:
@@ -1091,7 +1091,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
if (BotDatabase.MobileAuthenticator == null) {
|
||||
return "That bot doesn't have ASF 2FA enabled!";
|
||||
return "That bot doesn't have ASF 2FA enabled! Did you forget to import your authenticator as ASF 2FA?";
|
||||
}
|
||||
|
||||
string token = await BotDatabase.MobileAuthenticator.GenerateToken().ConfigureAwait(false);
|
||||
@@ -1131,7 +1131,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
if (BotDatabase.MobileAuthenticator == null) {
|
||||
return "That bot doesn't have ASF 2FA enabled!";
|
||||
return "That bot doesn't have ASF 2FA enabled! Did you forget to import your authenticator as ASF 2FA?";
|
||||
}
|
||||
|
||||
if (await AcceptConfirmations(confirm).ConfigureAwait(false)) {
|
||||
|
||||
Reference in New Issue
Block a user