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:
@@ -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 :(
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user