remove safari specific code from 2fa page

This commit is contained in:
Kyle Spearrin 2019-08-21 10:05:00 -04:00
parent 2ab6b9f330
commit 94a12f7644
1 changed files with 0 additions and 6 deletions

View File

@ -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,