From bf69b401e7bdf476d8ee4341890f7884d5a52672 Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Mon, 2 Sep 2019 14:00:57 +0530 Subject: [PATCH] removed identity widget --- app/client/public/index.html | 1 + app/client/src/index.tsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/public/index.html b/app/client/public/index.html index 913de7033a..e9d789c8ce 100755 --- a/app/client/public/index.html +++ b/app/client/public/index.html @@ -1,6 +1,7 @@ + diff --git a/app/client/src/index.tsx b/app/client/src/index.tsx index e54a745edd..5dcb9743f2 100755 --- a/app/client/src/index.tsx +++ b/app/client/src/index.tsx @@ -14,7 +14,6 @@ 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();