Check user is validated before creating a new recipe
This commit is contained in:
parent
104ae6b38e
commit
c8e0aa918c
5 changed files with 62 additions and 3 deletions
|
|
@ -50,6 +50,8 @@ lettre = { version = "0.11", default-features = false, features = [
|
|||
|
||||
thiserror = "2"
|
||||
|
||||
# Integration tests dependencies.
|
||||
[dev-dependencies]
|
||||
axum-test = "17"
|
||||
cookie = "0.18"
|
||||
scraper = "0.23"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue