added netlify auth widget
This commit is contained in:
parent
1d0da80621
commit
ca4bad77bc
1482
app/client/package-lock.json
generated
1482
app/client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
|
@ -16,6 +16,7 @@
|
|||
"@types/jest": "^23.3.13",
|
||||
"@types/lodash": "^4.14.120",
|
||||
"@types/moment-timezone": "^0.5.10",
|
||||
"@types/netlify-identity-widget": "^1.4.1",
|
||||
"@types/node": "^10.12.18",
|
||||
"@types/react": "^16.8.2",
|
||||
"@types/react-dom": "^16.8.0",
|
||||
|
|
@ -34,6 +35,7 @@
|
|||
"react-dnd": "^9.3.4",
|
||||
"react-dnd-html5-backend": "^9.3.4",
|
||||
"react-dom": "^16.7.0",
|
||||
"react-netlify-identity": "^0.1.9",
|
||||
"react-redux": "^6.0.0",
|
||||
"react-router": "^4.3.1",
|
||||
"react-router-dom": "^4.3.1",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ import { ThemeProvider, theme } from "./constants/DefaultTheme";
|
|||
import createSagaMiddleware from 'redux-saga'
|
||||
import { rootSaga } from "./sagas"
|
||||
import { appInitializer } from "./utils/AppsmithUtils";
|
||||
import NetlifyIdentityWidget from "netlify-identity-widget"
|
||||
|
||||
appInitializer()
|
||||
WidgetBuilderRegistry.registerWidgetBuilders();
|
||||
|
|
|
|||
1755
app/client/yarn.lock
1755
app/client/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user