mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
return results even when domain is not parsable
This commit is contained in:
@@ -33,12 +33,6 @@ angular
|
||||
}
|
||||
|
||||
domain = utilsService.getDomain(url);
|
||||
if (!domain) {
|
||||
$timeout(function () {
|
||||
$scope.loaded = true;
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
chrome.tabs.sendMessage(tabs[0].id, {
|
||||
command: 'collectPageDetails',
|
||||
|
||||
Reference in New Issue
Block a user