Add logout button

This commit is contained in:
jude
2023-06-20 08:50:12 +01:00
parent a66db37b33
commit 9d8622f418
5 changed files with 38 additions and 13 deletions

View File

@ -26,7 +26,7 @@ rmp-serde = "1.1"
rand = "0.8"
levenshtein = "1.0"
sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal", "chrono", "migrate"]}
base64 = "0.13"
base64 = "0.21.0"
[dependencies.postman]
path = "postman"