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:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user