diff --git a/packages/default.gbui/package.json b/packages/default.gbui/package.json index e978c493..8d3f67b2 100644 --- a/packages/default.gbui/package.json +++ b/packages/default.gbui/package.json @@ -12,7 +12,6 @@ "botframework-webchat": "^4.7.1", "deep-extend": "0.6.0", "fetch": "1.1.0", - "fingerprintjs2": "^2.1.0", "msal": "^1.2.0", "powerbi-client": "2.10.2", "react": "^16.12.0", diff --git a/packages/default.gbui/src/GBUIApp.js b/packages/default.gbui/src/GBUIApp.js index d9777908..ad1f2669 100644 --- a/packages/default.gbui/src/GBUIApp.js +++ b/packages/default.gbui/src/GBUIApp.js @@ -42,7 +42,7 @@ import { DirectLine } from 'botframework-directlinejs'; import { ConnectionStatus } from 'botframework-directlinejs'; import ReactWebChat from 'botframework-webchat'; import { UserAgentApplication } from 'msal'; -import Fingerprint2 from 'fingerprintjs2'; + class GBUIApp extends React.Component { constructor() {