File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ const netlifyIdentity = require("netlify-identity-widget")
85
85
86
86
netlifyIdentity .init ({
87
87
container: " #netlify-modal" , // defaults to document.body,
88
- logo: " false" // Disable logo in modal. Defaults to true
89
88
});
90
89
91
90
netlifyIdentity .open () // open the modal
Original file line number Diff line number Diff line change @@ -5,10 +5,8 @@ import App from './App';
5
5
import registerServiceWorker from './registerServiceWorker' ;
6
6
import netlifyIdentity from 'netlify-identity-widget' ;
7
7
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 ( )
12
10
13
11
ReactDOM . render ( < App /> , document . getElementById ( 'root' ) ) ;
14
12
registerServiceWorker ( ) ;
You can’t perform that action at this time.
0 commit comments