Redesign Login component and add fields validation

This commit is contained in:
2024-03-15 12:55:13 +01:00
parent fc0d3b1212
commit ceeda1a771
4 changed files with 383 additions and 52 deletions

View File

@@ -29,7 +29,9 @@ futures-util = "0.3.29"
futures = "0.3.29"
rand = "0.8.5"
reqwest = "0.11.24"
validator = { version = "0.17.0", features = ["derive"] }
const_format = "0.2.32"
zxcvbn = "2.2.2"
[build]
target = "x86_64-unknown-linux-gnu"