mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-31 23:14:48 +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:
commit
8e6c6a1dc4
12 changed files with 89 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE sends
|
||||
ADD COLUMN hide_email BOOLEAN;
|
Loading…
Add table
Add a link
Reference in a new issue