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

added 2fa support for org duo

This commit is contained in:
Kyle Spearrin
2018-04-03 15:11:37 -04:00
parent b55ddc026f
commit c89b01c461
6 changed files with 18 additions and 3 deletions

View File

@@ -85,6 +85,7 @@ export class TwoFactorComponent implements OnInit {
// TODO: init u2f
break;
case TwoFactorProviderType.Duo:
case TwoFactorProviderType.OrganizationDuo:
setTimeout(() => {
(window as any).Duo.init({
host: params.Host,