fix(types): Add missing auth_type to CmsBackend type (#5981)

This commit is contained in:
stefanprobst 2021-11-15 14:01:35 +01:00 committed by GitHub
parent 0191f25c51
commit db4dd10f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -355,6 +355,7 @@ declare module 'netlify-cms-core' {
site_domain?: string;
base_url?: string;
auth_endpoint?: string;
auth_type?: 'implicit' | 'pkce';
cms_label_prefix?: string;
squash_merges?: boolean;
proxy_url?: string;