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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user