mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 13:40:06 +00:00
Update desktop-autofill.service.ts
This commit is contained in:
@@ -172,7 +172,7 @@ export class DesktopAutofillService implements OnDestroy {
|
||||
request,
|
||||
);
|
||||
|
||||
// TODO: For some reason the credentialId is passed as an empty array in the request, so we need to
|
||||
// For some reason the credentialId is passed as an empty array in the request, so we need to
|
||||
// get it from the cipher. For that we use the recordIdentifier, which is the cipherId.
|
||||
if (request.recordIdentifier && request.credentialId.length === 0) {
|
||||
const cipher = await this.cipherService.get(request.recordIdentifier);
|
||||
|
||||
Reference in New Issue
Block a user