fix typo in auth_type config schema

This commit is contained in:
Daniel Lautzenheiser 2023-04-18 09:34:29 -04:00
parent 77e65937db
commit 651bafe5e0

View File

@ -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' },