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 217dabb commit 76de4cdCopy full SHA for 76de4cd
collector/collector.go
@@ -85,7 +85,7 @@ func NewCollector(socketPath string, client *client.Client, logger zerolog.Logge
85
excludeRegex: excludeRegex,
86
}
87
88
- if auth.TeamID != "" && auth.UserID != "" {
+ if auth.TeamID != "" && auth.UserEmail != "" {
89
collector.protoAuthConfig = &gen.Auth{
90
UserId: auth.UserID,
91
TeamId: auth.TeamID,
0 commit comments