Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
morganelle committed Feb 19, 2021
1 parent 37119f8 commit 0412e8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions internal/cli/test_login.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Launch a browser to try out your universal login box for the given client.
tenant,
client,
connectionName,
"", // audience is only supported for get-token
"login", // force a login page when using try-login
"", // audience is only supported for test token command
"login", // force a login page when using test login command
cliLoginTestingScopes,
)
if err != nil {
Expand Down
4 changes: 2 additions & 2 deletions internal/cli/test_token.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ Fetch an access token for the given client and API.
cli,
tenant,
client,
"", // specifying a connection is only supported for try-login
"", // specifying a connection is only supported for test login command
audience,
"", // We don't want to force a prompt for get-token
"", // We don't want to force a prompt for test token command
scopes,
)
if err != nil {
Expand Down

0 comments on commit 0412e8c

Please sign in to comment.