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:
parent
efd8d9f528
commit
6d460b44b0
11 changed files with 148 additions and 139 deletions
|
@ -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' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue