Skip to content

Commit

Permalink
Apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Jan 27, 2025
1 parent 67c2e9c commit dd37914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArchiSteamFarm/NLog/Logging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ internal static void EnableTraceLogging() {
Console.Write(twoFactorAuthenticationText);
result = ConsoleReadLine();

ASF.ArchiLogger.LogGenericInfo(Strings.FormatInput(result));
ASF.ArchiLogger.LogGenericInfo(Strings.FormatInput(new string('*', result?.Length ?? 0)));

break;
default:
Expand Down

0 comments on commit dd37914

Please sign in to comment.