1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

install and use duo_web_sdk w/ npm

This commit is contained in:
Kyle Spearrin
2018-12-18 17:00:07 -05:00
parent 4d57f44a69
commit aa17849329
4 changed files with 6 additions and 431 deletions

View File

@@ -17,7 +17,7 @@ import { PlatformUtilsService } from '../../abstractions/platformUtils.service';
import { TwoFactorProviders } from '../../services/auth.service';
import * as DuoWebSDK from '../../misc/duo';
import * as DuoWebSDK from 'duo_web_sdk';
import { U2f } from '../../misc/u2f';
export class TwoFactorComponent implements OnInit, OnDestroy {