fix: login code

This commit is contained in:
2026-01-10 02:54:01 -08:00
parent ce04aa5947
commit 1c8fe09b1f
5 changed files with 29 additions and 2 deletions

View File

@@ -9,4 +9,7 @@ build:
cargo build --release
run:
cargo run
cargo run
dev:
cargo watch -x run -i "openapi.json"