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:
parent
31b77bf178
commit
870f0d0932
3 changed files with 9 additions and 0 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue