mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
show login credentials if only passkey is present (#12870)
This commit is contained in:
@@ -101,8 +101,8 @@ export class CipherViewComponent implements OnChanges, OnDestroy {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
const { username, password, totp } = this.cipher.login;
|
const { username, password, totp, fido2Credentials } = this.cipher.login;
|
||||||
return username || password || totp;
|
return username || password || totp || fido2Credentials;
|
||||||
}
|
}
|
||||||
|
|
||||||
get hasAutofill() {
|
get hasAutofill() {
|
||||||
|
|||||||
Reference in New Issue
Block a user