1
0
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:
Anders Åberg
2025-02-27 20:44:15 +01:00
parent 1cef3ead6f
commit f5c6b682bd

View File

@@ -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);