diff options
author | Mathijs van Veluw <[email protected]> | 2024-10-18 20:34:11 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-18 20:34:11 +0200 |
commit | a47b4841728f0b0a039d6901113b05e6cbd91b15 (patch) | |
tree | 36204e93e5bb9c6e3f7beb87cc4cee62d37b93f2 /rust-toolchain.toml | |
parent | 65629a99f07ec399cd574a4f20b6e73c2ba8f2a3 (diff) | |
download | vaultwarden-a47b4841728f0b0a039d6901113b05e6cbd91b15.tar.gz vaultwarden-a47b4841728f0b0a039d6901113b05e6cbd91b15.zip |
Fix org invite url being html encoded (#5100)
Ever since we changed to pass the full url as a template value handlebars now html-encodes this.
This causes issues with the plain/text mails, but it also could potentially cause issues with the text/html templates.
This PR encloses the template values inside triple braces `{{{ }}}` which prevents html-encoding.
Since the URL is generated via the `url` crate the values are percent-encoded anyway.
Fixes #5097
Signed-off-by: BlackDex <[email protected]>
Diffstat (limited to 'rust-toolchain.toml')
0 files changed, 0 insertions, 0 deletions