small refactor
This commit is contained in:
parent
e4ebf4a392
commit
2726781651
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ namespace SteamGuard
|
|||
Utils.Verbose(loginResult);
|
||||
TimeAligner.AlignTime();
|
||||
login.TwoFactorCode = account.GenerateSteamGuardCode();
|
||||
if (Verbose) Console.Write($"Logging in {username}... ");
|
||||
Utils.Verbose($"Logging in {username}... ");
|
||||
loginResult = login.DoLogin();
|
||||
}
|
||||
Console.WriteLine(loginResult);
|
||||
|
|
Loading…
Reference in a new issue