We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0decb commit dcc1b4aCopy full SHA for dcc1b4a
coderd/coderdtest/oidctest/idp.go
@@ -834,7 +834,7 @@ func (f *FakeIDP) httpHandler(t testing.TB) http.Handler {
834
}
835
mux.Handle(userInfoPath, http.HandlerFunc(func(rw http.ResponseWriter, r *http.Request) {
836
email, ok := validateMW(rw, r)
837
- f.logger.Info(r.Context(), "http userinfo",
+ f.logger.Info(r.Context(), "http userinfo endpoint",
838
slog.F("valid", ok),
839
slog.F("email", email),
840
)
0 commit comments