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;
|
break;
|
||||||
case TwoFactorProviderType.Duo:
|
case TwoFactorProviderType.Duo:
|
||||||
case TwoFactorProviderType.OrganizationDuo:
|
case TwoFactorProviderType.OrganizationDuo:
|
||||||
/*
|
|
||||||
if (this.platformUtilsService.getDevice() === DeviceType.SafariExtension) {
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
DuoWebSDK.init({
|
DuoWebSDK.init({
|
||||||
iframe: undefined,
|
iframe: undefined,
|
||||||
|
|
Loading…
Reference in New Issue