Expired Link screen customization for my app

Hi All,

I’m trying to customize “Link expired” screen for password reset flow, and I see that this screen has the context of the application, as it’s showing to me the button “back to application”. But if I want to customize this screen, my fragment does not produce anything

{% if application.name == "App1" %}
  <h2>This will be visible for App1</h2>
{% endif %}

Any ideas what’s wrong with this approach?

TIA

Hi @phi1ipp,

Unfortunately, you cannot use liquid syntax when customizing the text elements using the New Universal Login experience.

You can only change the text in the reset-password-error screen for the reset-password prompt.

Please refer to this documentation for more information on customizing the text elements on the New Universal Login experience.

Thanks,
Rueben