mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
Add todo for configurable groups key
This commit is contained in:
@@ -231,6 +231,7 @@ func (c *googleConnector) getGroups(email string) ([]string, error) {
|
||||
|
||||
var userGroups []string
|
||||
for _, group := range groupsList.Groups {
|
||||
// TODO (joelspeed): Make desried group key configurable
|
||||
userGroups = append(userGroups, group.Email)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user