fix: split generic scopes string to array

This commit is contained in:
Stavros
2025-01-25 10:25:20 +02:00
parent 96a373a794
commit c7ec788ce1
4 changed files with 7 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ type OAuthConfig struct {
GoogleClientSecret string
GenericClientId string
GenericClientSecret string
GenericScopes string
GenericScopes []string
GenericAuthURL string
GenericTokenURL string
GenericUserURL string