Add messages so users can copy out the API key after creating it

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-01-25 18:47:34 +01:00
parent 7a5233e385
commit 6a5acaab32
5 changed files with 73 additions and 7 deletions

View file

@ -27,3 +27,5 @@ time = "0.3.45"
rand = "0.9.2"
serde_json.workspace = true
tower-http = { version = "0.6.8", features = ["normalize-path", "fs"] }
sha2 = "0.10.9"
axum-messages = "0.8.0"