1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-09-08 02:32:41 +00:00

validate billing_email on save

This commit is contained in:
Stefan Melmuk 2022-10-25 22:21:22 +02:00 committed by Daniel García
commit 870f0d0932
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
3 changed files with 9 additions and 0 deletions

4
Cargo.lock generated
View file

@ -699,6 +699,9 @@ name = "email_address"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1b32a7a2580c4473f10f66b512c34bdd7d33c5e3473227ca833abdb5afe4809"
dependencies = [
"serde",
]
[[package]]
name = "encoding_rs"
@ -3162,6 +3165,7 @@ dependencies = [
"diesel",
"diesel_migrations",
"dotenvy",
"email_address",
"fern",
"futures",
"governor",