Output email in error in case of validation failure
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-25 15:01:45 +02:00
parent 83c757db6d
commit 71ae2df2d7
5 changed files with 14 additions and 4 deletions

View File

@ -35,4 +35,5 @@ uuid = { version = "1.4.1", features = ["v4"] }
httpdate = "1.0.2"
zip = "0.6.6"
mime_guess = "2.0.4"
tempfile = "3.7.1"
tempfile = "3.7.1"
base64 = "0.21.2"