summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorMathijs van Veluw <[email protected]>2024-10-18 20:34:11 +0200
committerGitHub <[email protected]>2024-10-18 20:34:11 +0200
commita47b4841728f0b0a039d6901113b05e6cbd91b15 (patch)
tree36204e93e5bb9c6e3f7beb87cc4cee62d37b93f2 /rust-toolchain.toml
parent65629a99f07ec399cd574a4f20b6e73c2ba8f2a3 (diff)
downloadvaultwarden-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