💄 Rework Login component

This commit is contained in:
2024-03-10 12:02:18 +01:00
parent 1073a592ed
commit c746fb6552
5 changed files with 344 additions and 147 deletions

View File

@@ -27,6 +27,9 @@ log = "0.4.20"
tracing = "0.1.40"
futures-util = "0.3.29"
futures = "0.3.29"
rand = "0.8.5"
reqwest = "0.11.24"
constcat = "0.5.0"
[build]
target = "x86_64-unknown-linux-gnu"