#11 signup email #36

Merged
silver merged 5 commits from #11_signup_email into main 2023-08-06 12:02:40 +00:00
Showing only changes of commit bce687e597 - Show all commits

View file

@ -44,7 +44,7 @@ pub mod post {
}
// generate a auth key
let auth = random_string(50);
let auth = random_string(75);
match send_mail(config, &record, &auth) {
Ok(_) => match save_to_db(db, &record, &auth).await {