Skip to content

Commit 69d8e8a

Browse files
committed
Add message
1 parent 5a64d2f commit 69d8e8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ConsoleAuthenticator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public Task<bool> AcceptDeviceConfirmationAsync()
4141
}
4242

4343
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.");
4445

4546
return Task.FromResult(true);
4647
}

0 commit comments

Comments
 (0)