remove blank line that tripped up make verify-proto
This commit is contained in:
parent
9840fccdbb
commit
fe247b106b
@ -275,7 +275,6 @@ func (c *githubConnector) HandleCallback(s connector.Scopes, r *http.Request) (i
|
|||||||
identity.UserID = user.Login
|
identity.UserID = user.Login
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Only set identity.Groups if 'orgs', 'org', or 'groups' scope are specified.
|
// Only set identity.Groups if 'orgs', 'org', or 'groups' scope are specified.
|
||||||
if c.groupsRequired(s.Groups) {
|
if c.groupsRequired(s.Groups) {
|
||||||
groups, err := c.getGroups(ctx, client, s.Groups, user.Login)
|
groups, err := c.getGroups(ctx, client, s.Groups, user.Login)
|
||||||
|
Reference in New Issue
Block a user