allow duo for safari extension
This commit is contained in:
parent
ae37c2198b
commit
2ab6b9f330
|
@ -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({
|
||||||
|
|
Loading…
Reference in New Issue