1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 10:43:35 +00:00

Remove safari only code from autofill.

This commit is contained in:
Hinton
2020-12-11 16:13:50 +01:00
parent a9c9108053
commit 9fb80823ba
5 changed files with 12 additions and 81 deletions

View File

@@ -68,8 +68,6 @@ export class PopupUtilsService {
chrome.tabs.create({
url: href,
});
} else if ((typeof safari !== 'undefined')) {
// Safari can't open popup in full page tab :(
}
}
}