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:
parent
9e2a26f6fa
commit
1ab263e4d9
@ -296,7 +296,7 @@ export class Fido2AuthenticatorService implements Fido2AuthenticatorServiceAbstr
|
||||
}
|
||||
|
||||
if (ids.length === 0) {
|
||||
return undefined;
|
||||
return [];
|
||||
}
|
||||
|
||||
const ciphers = await this.cipherService.getAllDecrypted();
|
||||
|
Loading…
Reference in New Issue
Block a user