mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-25 21:02:59 +08:00
show login credentials if only passkey is present (#12870)
This commit is contained in:
parent
f82b8ca844
commit
70cf4593fb
@ -101,8 +101,8 @@ export class CipherViewComponent implements OnChanges, OnDestroy {
|
||||
return false;
|
||||
}
|
||||
|
||||
const { username, password, totp } = this.cipher.login;
|
||||
return username || password || totp;
|
||||
const { username, password, totp, fido2Credentials } = this.cipher.login;
|
||||
return username || password || totp || fido2Credentials;
|
||||
}
|
||||
|
||||
get hasAutofill() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user