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