Skip to content
Snippets Groups Projects
Unverified Commit 554870ce authored by Joel Speed's avatar Joel Speed
Browse files

Add todo for configurable groups key

parent 94bee18f
Branches
Tags
No related merge requests found
...@@ -231,6 +231,7 @@ func (c *googleConnector) getGroups(email string) ([]string, error) { ...@@ -231,6 +231,7 @@ func (c *googleConnector) getGroups(email string) ([]string, error) {
var userGroups []string var userGroups []string
for _, group := range groupsList.Groups { for _, group := range groupsList.Groups {
// TODO (joelspeed): Make desried group key configurable
userGroups = append(userGroups, group.Email) userGroups = append(userGroups, group.Email)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment