1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02:00

load DuoWebSDK as a module

This commit is contained in:
Kyle Spearrin 2018-06-11 13:32:57 -04:00
parent e740a5bb77
commit f5f32a13c1
2 changed files with 1 additions and 3 deletions

2
jslib

@ -1 +1 @@
Subproject commit 7b05416d556c6041e638ec5fcb58a060062cda84
Subproject commit 4bd9a9fc1121cd2f9bbe3b414c6239040b4fe880

View File

@ -5,8 +5,6 @@ import { isDev } from 'jslib/electron/utils';
// tslint:disable-next-line
require('../scss/styles.scss');
// tslint:disable-next-line
require('../scripts/duo.js');
import { AppModule } from './app.module';