Work on config and settings UI

This commit is contained in:
Jackzie 2025-04-20 12:41:38 -05:00
parent d1cf5d3038
commit 4693a6c599
9 changed files with 1000 additions and 33 deletions

View file

@ -22,4 +22,5 @@ humanize-bytes = "1.0.6"
rocket-session-store = "0.2.1"
uuid = { version = "1.16.0", features = ["v4"] }
rand = { version = "0.9.0", features = ["thread_rng"] }
bcrypt = "0.17.0"
bcrypt = "0.17.0"
openidconnect = "4.0.0"