mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-09 18:25:58 +03:00
validate billing_email on save
This commit is contained in:
committed by
Daniel García
parent
31b77bf178
commit
870f0d0932
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",
|
||||
|
Reference in New Issue
Block a user