mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
allow duo for safari extension
This commit is contained in:
parent
ae37c2198b
commit
2ab6b9f330
@ -125,9 +125,11 @@ export class TwoFactorComponent implements OnInit, OnDestroy {
|
||||
break;
|
||||
case TwoFactorProviderType.Duo:
|
||||
case TwoFactorProviderType.OrganizationDuo:
|
||||
/*
|
||||
if (this.platformUtilsService.getDevice() === DeviceType.SafariExtension) {
|
||||
break;
|
||||
}
|
||||
*/
|
||||
|
||||
setTimeout(() => {
|
||||
DuoWebSDK.init({
|
||||
|
Loading…
Reference in New Issue
Block a user