Skip to content

Commit ee5e172

Browse files
committed
feat: support output format in stackit auth get-access-token command
1 parent c0702fd commit ee5e172

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/cmd/auth/get-access-token/get_access_token.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
4444
return &cliErr.SessionExpiredError{}
4545
}
4646

47-
// Try to get a valid access token, refreshing if necessary
48-
4947
// Try to get a valid access token, refreshing if necessary
5048
accessToken, err := auth.RefreshAccessToken(params.Printer)
5149
if err != nil {

0 commit comments

Comments
 (0)