1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-13 15:13:56 +00:00

Merge pull request #1689 from jjlin/hide-email

Add support for hiding the sender's email address in Bitwarden Sends
This commit is contained in:
Daniel García 2021-05-12 23:05:53 +02:00 committed by GitHub
commit 8e6c6a1dc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 89 additions and 2 deletions

View file

@ -123,6 +123,7 @@ table! {
expiration_date -> Nullable<Timestamp>,
deletion_date -> Timestamp,
disabled -> Bool,
hide_email -> Nullable<Bool>,
}
}