1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-08 05:25:00 +00:00

Fix #468 - Percent-encode the email address in invite link

This commit is contained in:
Nick Fox 2019-07-02 22:55:13 -04:00
parent 3fb63bbe8c
commit 2e300da057
No known key found for this signature in database
GPG key ID: 82719985805A7CA8
3 changed files with 6 additions and 1 deletions

View file

@ -105,6 +105,9 @@ handlebars = "1.1.0"
soup = "0.4.1"
regex = "1.1.7"
# URL encoding library
percent-encoding = "1.0.1"
[patch.crates-io]
# Add support for Timestamp type
rmp = { git = 'https://github.com/dani-garcia/msgpack-rust' }