1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-27 12:36:14 +01:00

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

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,