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 afad0b6 commit c883b19Copy full SHA for c883b19
backend/pkg/auth/github.go
@@ -242,7 +242,7 @@ func (gha *githubAuth) LoginCb(ctx echo.Context) error {
242
httpError(ctx, http.StatusInternalServerError)
243
return nil
244
}
245
- logger.Debug().Msgf("login cb received token %s", token)
+ logger.Debug().Msgf("login cb received token %v", token)
246
if !token.Valid() {
247
logger.Error().Err(fmt.Errorf("login cb got invalid token")).Send()
248
0 commit comments