Skip to content

Commit 95a180a

Browse files
authored
Merge pull request #361 from microsoft/main
Cut another another release
2 parents 2bc3086 + dd0752d commit 95a180a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/GitHub.UI/Commands/CredentialsCommand.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ public CredentialsCommand(ICommandContext context)
3939
Handler = CommandHandler.Create<string, string, bool, bool, bool>(ExecuteAsync);
4040
}
4141

42-
private async Task<int> ExecuteAsync(string enterpriseUrl, string userName, bool basic, bool browser, bool pat)
42+
private async Task<int> ExecuteAsync(string enterpriseUrl, string userName, bool basic, bool oauth, bool pat)
4343
{
4444
var viewModel = new CredentialsViewModel(Context.Environment)
4545
{
46-
ShowBrowserLogin = browser,
46+
ShowBrowserLogin = oauth,
4747
ShowTokenLogin = pat,
4848
ShowBasicLogin = basic,
4949
};

0 commit comments

Comments
 (0)