Skip to content

Commit

Permalink
fix: don't print token
Browse files Browse the repository at this point in the history
  • Loading branch information
blaberg committed Feb 20, 2022
1 parent f4b5acc commit c96f9ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ func getToken(
if err != nil {
return nil, fmt.Errorf("convert auth code to access token: %w", err)
}
logger.Info("token", zap.Any("Token", tok))
return tok, nil
}

Expand Down

0 comments on commit c96f9ab

Please sign in to comment.