app: Migrate create_user to yew_form

This commit is contained in:
Valentin Tolmer
2021-09-19 21:02:23 +02:00
committed by nitnelave
parent fa6427e694
commit dfe1607a3e
4 changed files with 161 additions and 88 deletions
-2
View File
@@ -9,9 +9,7 @@ anyhow = "1"
graphql_client = "0.10"
http = "0.2"
jwt = "0.13"
lazy_static = "*"
rand = "0.8"
regex = "*"
serde = "1"
serde_json = "1"
validator = "*"