Skip to content

Commit 31835f8

Browse files
committed
Docs edits
1 parent 5a3a25e commit 31835f8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ const netlifyIdentity = require("netlify-identity-widget")
8585

8686
netlifyIdentity.init({
8787
container: "#netlify-modal", // defaults to document.body,
88-
logo: "false" // Disable logo in modal. Defaults to true
8988
});
9089

9190
netlifyIdentity.open() // open the modal

example/src/index.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ import App from './App';
55
import registerServiceWorker from './registerServiceWorker';
66
import netlifyIdentity from 'netlify-identity-widget';
77

8-
// You must run this once before trying to interact with the widget
9-
netlifyIdentity.init({
10-
logo: false
11-
})
8+
// You must run this once before trying to interact with the widget
9+
netlifyIdentity.init()
1210

1311
ReactDOM.render(<App />, document.getElementById('root'));
1412
registerServiceWorker();

0 commit comments

Comments
 (0)