mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-12 14:43:56 +00:00
Check email validity before using it for password hint sending
This commit is contained in:
parent
401aa7c699
commit
9e63985b28
4 changed files with 8 additions and 2 deletions
|
@ -29,6 +29,7 @@ extern crate num_traits;
|
|||
extern crate lettre;
|
||||
extern crate lettre_email;
|
||||
extern crate native_tls;
|
||||
extern crate fast_chemail;
|
||||
|
||||
use std::{env, path::Path, process::{exit, Command}};
|
||||
use rocket::Rocket;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue