1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2025-01-09 12:05:42 +01:00
vaultwarden/src/static
Mathijs van Veluw a47b484172
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 <black.dex@gmail.com>
2024-10-18 20:34:11 +02:00
..
images use 32x32 favicon for consistency 2022-12-09 19:09:35 -05:00
scripts Fix Vaultwarden Admin page error messages (#4869) 2024-08-18 21:04:22 +02:00
templates Fix org invite url being html encoded (#5100) 2024-10-18 20:34:11 +02:00
global_domains.json Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00