Fix session del (#650)

This commit is contained in:
Geometrically
2023-07-08 22:07:11 -07:00
committed by GitHub
parent 6c0ad7fe1a
commit 366ea63209
5 changed files with 38 additions and 34 deletions

View File

@@ -49,7 +49,7 @@ argon2 = { version = "0.5.0", features = ["std"] }
bitflags = "1.3.2"
hex = "0.4.3"
zxcvbn = "2.2.2"
totp-rs = "5.0.2"
totp-rs = { version = "5.0.2", features = ["gen_secret"] }
url = "2.4.0"
urlencoding = "2.1.2"