removed identity widget

This commit is contained in:
Nikhil Nandagopal 2019-09-02 14:00:57 +05:30
parent f588373918
commit bf69b401e7
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript" src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
<meta charset="utf-8" />
<!-- in index.html, or however you manage your CSS files -->
<link href="../node_modules/normalize.css/normalize.css" rel="stylesheet" />

View File

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