Skip to content

Commit

Permalink
fix(types): Add missing auth_type to CmsBackend type (#5981)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst authored Nov 15, 2021
1 parent 0191f25 commit db4dd10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/netlify-cms-core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit db4dd10

Please sign in to comment.