Merge branch 'feature/integration' into 'master'

added netlify auth widget

See merge request theappsmith/internal-tools-client!10
This commit is contained in:
Nikhil Nandagopal 2019-09-02 06:43:58 +00:00
commit 351be76c1d
4 changed files with 1676 additions and 1564 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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",

View File

@ -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();

File diff suppressed because it is too large Load Diff