mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Formatting change. Inlined catch.
This commit is contained in:
@@ -337,8 +337,7 @@ export class CipherService implements CipherServiceAbstraction {
|
|||||||
if (eqDomain.length && eqDomain.indexOf(domain) >= 0) {
|
if (eqDomain.length && eqDomain.indexOf(domain) >= 0) {
|
||||||
matches = matches.concat(eqDomain);
|
matches = matches.concat(eqDomain);
|
||||||
}
|
}
|
||||||
}
|
} catch {}
|
||||||
catch {}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!matches.length) {
|
if (!matches.length) {
|
||||||
|
|||||||
Reference in New Issue
Block a user