fix typo in auth_type config schema
This commit is contained in:
parent
77e65937db
commit
651bafe5e0
@ -160,7 +160,7 @@ function getConfigSchema() {
|
||||
auth_type: {
|
||||
type: 'string',
|
||||
examples: ['implicit', 'pkce'],
|
||||
enum: ['implicit', 'public_pkcerepo'],
|
||||
enum: ['implicit', 'pkce'],
|
||||
},
|
||||
proxy_url: { type: 'string' },
|
||||
large_media_url: { type: 'string' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user