return correct scope list

This commit is contained in:
Livio Amstutz 2021-08-20 07:48:20 +02:00
parent 38a1f315de
commit 8b40741e7a

View file

@ -167,5 +167,5 @@ func removeUserinfoScopes(scopes []string) []string {
newScopeList = append(newScopeList, scope)
}
}
return scopes
return newScopeList
}