mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Why: * Two of the email templates using an `<a>` tag were not properly interpolating a view variable. This happened when the templates were moved from the `web` app using `.heex` files to the `domain` app using `.eex` files. Fixes #7294