From 94a12f76448fd21cb10b9eb2c5ff8086f043baf0 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 21 Aug 2019 10:05:00 -0400 Subject: [PATCH] remove safari specific code from 2fa page --- src/angular/components/two-factor.component.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/angular/components/two-factor.component.ts b/src/angular/components/two-factor.component.ts index 63f2ac0257b..9d3379405c2 100644 --- a/src/angular/components/two-factor.component.ts +++ b/src/angular/components/two-factor.component.ts @@ -125,12 +125,6 @@ export class TwoFactorComponent implements OnInit, OnDestroy { break; case TwoFactorProviderType.Duo: case TwoFactorProviderType.OrganizationDuo: - /* - if (this.platformUtilsService.getDevice() === DeviceType.SafariExtension) { - break; - } - */ - setTimeout(() => { DuoWebSDK.init({ iframe: undefined,