Skip to content

Commit

Permalink
chore: fix logging typo [HELP-486] (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
varlogtim authored and determined-ci committed Apr 18, 2024
1 parent b475f7f commit 0fc23ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/internal/plugin/sso/sso.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func RegisterAPIHandlers(config *config.Config, db *db.PgDB, echo *echo.Echo) er
log.Info("OIDC is enabled")
oidcService, err := oidc.New(db, config.OIDC)
if err != nil {
return errors.Wrap(err, "error creating SAML service")
return errors.Wrap(err, "error creating OIDC service")
}
oidc.RegisterAPIHandler(echo, oidcService)
} else {
Expand Down

0 comments on commit 0fc23ac

Please sign in to comment.