From 8b40741e7a138e9e6659de869cdcf0fa6bc300e1 Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Fri, 20 Aug 2021 07:48:20 +0200 Subject: [PATCH] return correct scope list --- pkg/op/token.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/op/token.go b/pkg/op/token.go index a587f8a..80f8469 100644 --- a/pkg/op/token.go +++ b/pkg/op/token.go @@ -167,5 +167,5 @@ func removeUserinfoScopes(scopes []string) []string { newScopeList = append(newScopeList, scope) } } - return scopes + return newScopeList }