return correct scope list
This commit is contained in:
parent
38a1f315de
commit
8b40741e7a
1 changed files with 1 additions and 1 deletions
|
@ -167,5 +167,5 @@ func removeUserinfoScopes(scopes []string) []string {
|
|||
newScopeList = append(newScopeList, scope)
|
||||
}
|
||||
}
|
||||
return scopes
|
||||
return newScopeList
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue