diff --git a/packages/core/src/constants/configSchema.tsx b/packages/core/src/constants/configSchema.tsx index 630f68bb..33a7018f 100644 --- a/packages/core/src/constants/configSchema.tsx +++ b/packages/core/src/constants/configSchema.tsx @@ -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' },