@sveltia/cms 0.140.0 → 0.140.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types/public.d.ts CHANGED
@@ -1939,7 +1939,7 @@ export type GitHubBackendProps = {
1939
1939
  * OAuth grant type. The default is an empty string, which is
1940
1940
  * authorization code grant. `pkce` is not yet supported.
1941
1941
  */
1942
- auth_type?: "" | "pkce";
1942
+ auth_type?: "";
1943
1943
  /**
1944
1944
  * OAuth base URL path. Default: `auth`.
1945
1945
  */