1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

Remove more old safari app ext code

This commit is contained in:
Hinton
2020-12-11 15:25:35 +01:00
parent 25a2af903a
commit a9c9108053
5 changed files with 31 additions and 135 deletions

View File

@@ -58,7 +58,6 @@ export class TwoFactorComponent extends BaseTwoFactorComponent {
// ref: https://bugzilla.mozilla.org/show_bug.cgi?id=1562620
this.initU2f = false;
}
const isSafari = this.platformUtilsService.isSafari();
await super.ngOnInit();
if (this.selectedProviderType == null) {
return;