Refactor users management (#5)

* Use asynchronous interface to clear 2FA history
This commit is contained in:
2022-11-26 14:18:46 +01:00
parent 83c4a8b27b
commit b68304c976
2 changed files with 9 additions and 16 deletions

11
Cargo.lock generated
View File

@ -438,17 +438,6 @@ dependencies = [
"syn",
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi 0.1.19",
"libc",
"winapi",
]
[[package]]
name = "autocfg"
version = "1.1.0"