allow duo for safari extension

This commit is contained in:
Kyle Spearrin 2019-08-21 09:50:56 -04:00
parent ae37c2198b
commit 2ab6b9f330
1 changed files with 2 additions and 0 deletions

View File

@ -125,9 +125,11 @@ export class TwoFactorComponent implements OnInit, OnDestroy {
break; break;
case TwoFactorProviderType.Duo: case TwoFactorProviderType.Duo:
case TwoFactorProviderType.OrganizationDuo: case TwoFactorProviderType.OrganizationDuo:
/*
if (this.platformUtilsService.getDevice() === DeviceType.SafariExtension) { if (this.platformUtilsService.getDevice() === DeviceType.SafariExtension) {
break; break;
} }
*/
setTimeout(() => { setTimeout(() => {
DuoWebSDK.init({ DuoWebSDK.init({