mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-05 20:14:58 +00:00
Fix comment
Signed-off-by: BlackDex <black.dex@gmail.com>
This commit is contained in:
parent
d0c2b9f361
commit
372a6ce2a9
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ impl Cipher {
|
|||
// the "Read Only" or "Hide Passwords" restrictions for the user.
|
||||
json_object["edit"] = json!(!read_only);
|
||||
json_object["viewPassword"] = json!(!hide_passwords);
|
||||
// The new key used by clients since v2025.6.1
|
||||
// The new key used by clients since v2025.6.0
|
||||
json_object["permissions"] = json!({
|
||||
"delete": !read_only,
|
||||
"restore": !read_only,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue