Skip to content

Commit

Permalink
fix login
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jul 27, 2023
1 parent d6f5393 commit 57eecc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func (c *command) setupAuth(ctx *cli.Context) error {
}

// setup auth token
profile.SetupJWT()
// profile.SetupJWT()

// Check if token is valid
if time.Now().Before(tok.Expiry.Add(time.Minute * -1)) {
Expand Down

0 comments on commit 57eecc6

Please sign in to comment.