Skip to content

Commit

Permalink
docs(plugin-netlify-cms): don't warn about GitLab implicit auth when …
Browse files Browse the repository at this point in the history
…using identity widget (#20580)
  • Loading branch information
erezrokah authored and LB committed Jan 13, 2020
1 parent 08c78c8 commit ba136ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/gatsby-plugin-netlify-cms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,7 @@ CMS.init({

`enableIdentityWidget` is `true` by default, allowing [Netlify
Identity](https://www.netlify.com/docs/identity/) to be used without
configuration, but you may need to disable it in some cases, such as when using
a Netlify CMS backend that conflicts. This is currently known to be the case
when using the GitLab backend, but only when using implicit OAuth.
configuration. Disable it when not using Netlify Identity to reduce bundle size.

```javascript
plugins: [
Expand Down

0 comments on commit ba136ac

Please sign in to comment.