mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
PM-11429 Users with Except PW permissions will not get Copy Password Option Vault V2 (#10831)
This commit is contained in:
@@ -106,7 +106,7 @@ export class CopyCipherFieldService {
|
||||
return;
|
||||
}
|
||||
|
||||
if (valueToCopy == null || !cipher.viewPassword) {
|
||||
if (valueToCopy == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user