mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
remove safari specific code from 2fa page
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user