1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

[EC-598] fix: bug preventing fallback on assertion

This commit is contained in:
Andreas Coroiu
2023-04-17 10:52:19 +02:00
parent 9e2a26f6fa
commit 1ab263e4d9

View File

@@ -296,7 +296,7 @@ export class Fido2AuthenticatorService implements Fido2AuthenticatorServiceAbstr
}
if (ids.length === 0) {
return undefined;
return [];
}
const ciphers = await this.cipherService.getAllDecrypted();