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:
parent
3fb63bbe8c
commit
2e300da057
3 changed files with 6 additions and 1 deletions
|
@ -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' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue