1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00: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

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';