fix(default.gbui): Temp. rem. of fingerprint2 lib.

This commit is contained in:
Rodrigo Rodriguez 2020-01-27 19:55:57 -03:00
parent 5988241b06
commit 414f29c1d2
2 changed files with 1 additions and 2 deletions

View file

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

View file

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