1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-03-02 03:41:09 +01: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
No known key found for this signature in database
GPG Key ID: E70B5FFC81DFEC1A

View File

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