remove safari specific code from 2fa page
This commit is contained in:
parent
2ab6b9f330
commit
94a12f7644
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue