mirror of
https://github.com/bitwarden/browser.git
synced 2025-04-08 19:06:11 +02:00
show login credentials if only passkey is present
This commit is contained in:
parent
f54a8da47c
commit
dc2f2367c2
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user