Hi
I am using custom email provider Sendgrid I have set in the app allowed callback url
and set up in the email template redirect Url
in the loaded page I tried with liquid syntax adding to see if the redirect Url is passed from the email template and its not bieng passed
as I did in HTML
<div class="content">
{{ tenant.colors.page_background }} // it shows
{{ application.callback_domain }} it DOES NOT show the redirect_url value
{{ callback_domain }} // a far fetch
<!-- WIDGET -->
<div id="change-password-widget-container"></div>
<!-- END WIDGET -->
</div>