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 c0702fd commit ee5e172Copy full SHA for ee5e172
internal/cmd/auth/get-access-token/get_access_token.go
@@ -44,8 +44,6 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
44
return &cliErr.SessionExpiredError{}
45
}
46
47
- // Try to get a valid access token, refreshing if necessary
48
-
49
// Try to get a valid access token, refreshing if necessary
50
accessToken, err := auth.RefreshAccessToken(params.Printer)
51
if err != nil {
0 commit comments