mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Apply feedback
This commit is contained in:
@@ -178,7 +178,7 @@ internal static class Logging {
|
||||
Console.Write(twoFactorAuthenticationText);
|
||||
result = ConsoleReadLine();
|
||||
|
||||
ASF.ArchiLogger.LogGenericInfo(Strings.FormatInput(result));
|
||||
ASF.ArchiLogger.LogGenericInfo(Strings.FormatInput(new string('*', result?.Length ?? 0)));
|
||||
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user