Skip to content

Commit

Permalink
fix: oauth2: only return the credential once (#427)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville authored Feb 7, 2025
1 parent 15333c5 commit 8c7b6e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oauth2/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ func mainErr() (err error) {
return fmt.Errorf("main: failed to marshal refreshed credential: %w", err)
}

fmt.Print(string(credJSON))
return nil
}

Expand Down

0 comments on commit 8c7b6e0

Please sign in to comment.