mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Add support for hidden password
This commit is contained in:
@@ -577,7 +577,7 @@ export default class MainBackground {
|
||||
});
|
||||
}
|
||||
|
||||
if (cipher == null || (cipher.login.password && cipher.login.password !== '')) {
|
||||
if (cipher == null || (cipher.login.password && cipher.login.password !== '' && cipher.viewPassword)) {
|
||||
await this.contextMenusCreate({
|
||||
type: 'normal',
|
||||
id: 'copy-password_' + idSuffix,
|
||||
|
||||
Reference in New Issue
Block a user