This commit is contained in:
JustArchi
2016-04-01 17:14:03 +02:00
parent a48e53585a
commit 6158a9268d

View File

@@ -1198,6 +1198,9 @@ namespace ArchiSteamFarm {
return;
}
// Ensure that we also save changes made by finalization step (if any)
BotDatabase.Save();
Logging.LogGenericInfo("Successfully linked ASF as new mobile authenticator for this account!", BotName);
Program.GetUserInput(Program.EUserInputType.RevocationCode, BotName, BotDatabase.SteamGuardAccount.RevocationCode);
}