mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
allow duo for safari extension
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user