removed unused AuthProviderConfig.Meta field
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user