1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-17 17:00:10 +00:00

Use saved token for email 2fa codes

This commit is contained in:
vpl 2019-08-04 16:55:43 +02:00
parent efd8d9f528
commit 6d460b44b0
11 changed files with 148 additions and 139 deletions

View file

@ -108,6 +108,9 @@ regex = "1.2.0"
# URL encoding library
percent-encoding = "2.0.0"
# Random
rand = "0.7.0"
[patch.crates-io]
# Add support for Timestamp type
rmp = { git = 'https://github.com/dani-garcia/msgpack-rust' }