diff --git a/server/auth.go b/server/auth.go index 2eb0825b5..24834242b 100644 --- a/server/auth.go +++ b/server/auth.go @@ -63,7 +63,6 @@ func AuthorizedToken(auth oauth2.Authenticator, logger chronograf.Logger, next h // Send the principal to the next handler ctx = context.WithValue(ctx, oauth2.PrincipalKey, principal) next.ServeHTTP(w, r.WithContext(ctx)) - return }) }