We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a64d2f commit 69d8e8aCopy full SHA for 69d8e8a
ConsoleAuthenticator.cs
@@ -41,6 +41,7 @@ public Task<bool> AcceptDeviceConfirmationAsync()
41
}
42
43
AnsiConsole.MarkupLine("[green][bold]STEAM GUARD![/][/] Use the Steam Mobile App to confirm your sign in...");
44
+ AnsiConsole.MarkupLine("If you want to enter a two-factor code instead, take a look at the config file.");
45
46
return Task.FromResult(true);
47
0 commit comments