Logging in and Signing up on the client done

Tons of bug fixes too
This commit is contained in:
2024-10-12 01:28:24 -04:00
Unverified
parent 50c0d6a051
commit dc454ccf3a
18 changed files with 367 additions and 181 deletions

View File

@@ -17,6 +17,6 @@ sqlx = { version = "0.8.2", features = [ "runtime-tokio", "tls-rustls", "sqlite"
sha3 = "0.10.8"
hex = "0.4.3"
rand = "0.8.5"
mail-send = "0.4.9"
lettre = "0.11.9"
regex = "1.10.5"
realm_shared = { path = "../shared" }