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
12 changed files with 89 additions and 2 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE sends
ADD COLUMN hide_email BOOLEAN;