mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-02-15 17:14:03 +02:00
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"`
|
AuthUrl string `form:"authUrl" json:"authUrl"`
|
||||||
TokenUrl string `form:"tokenUrl" json:"tokenUrl"`
|
TokenUrl string `form:"tokenUrl" json:"tokenUrl"`
|
||||||
UserApiUrl string `form:"userApiUrl" json:"userApiUrl"`
|
UserApiUrl string `form:"userApiUrl" json:"userApiUrl"`
|
||||||
Meta map[string]any `form:"meta" json:"meta"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Validate makes `ProviderConfig` validatable by implementing [validation.Validatable] interface.
|
// Validate makes `ProviderConfig` validatable by implementing [validation.Validatable] interface.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user