removed unused AuthProviderConfig.Meta field
This commit is contained in:
parent
5678339af0
commit
a4abe9e2cb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue