1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

support for cipher login uris and match detection

This commit is contained in:
Kyle Spearrin
2018-03-02 12:04:21 -05:00
parent ced108d1a6
commit c27f5836bf
6 changed files with 13 additions and 29 deletions

View File

@@ -133,7 +133,7 @@ export class CurrentController {
CipherType.Identity,
];
const ciphers = await this.cipherService.getAllDecryptedForDomain(this.domain, otherTypes);
const ciphers = await this.cipherService.getAllDecryptedForUrl(this.url, otherTypes);
const loginCiphers: any = [];
const cardCiphers: any = [];
const identityCiphers: any = [];