removed unused AuthProviderConfig.Meta field

This commit is contained in:
Gani Georgiev 2023-03-25 23:34:00 +02:00
parent 5678339af0
commit a4abe9e2cb
1 changed files with 6 additions and 7 deletions

View File

@ -509,7 +509,6 @@ type AuthProviderConfig struct {
AuthUrl string `form:"authUrl" json:"authUrl"`
TokenUrl string `form:"tokenUrl" json:"tokenUrl"`
UserApiUrl string `form:"userApiUrl" json:"userApiUrl"`
Meta map[string]any `form:"meta" json:"meta"`
}
// Validate makes `ProviderConfig` validatable by implementing [validation.Validatable] interface.