Customize New Universal login and prompt.screen

Hi! On Customize New Universal Login Pages mentions that prompt and prompt.screen have additional information about current screen being rendered. However, prompt.screen is undefined - how should I access it? I need it to customize Reset Password screen.

Hi @vrtnipanj,

Welcome to the Auth0 Community!

Could you please share a code snippet showing how you are trying to access the variable?

It was simple inline code, like this
{% if prompt.name == pageName and application.id == id %}

and prompt.screen was undefined. In the end I changed content on Custom Text page under Advanced Options, but those texts are shared for all Applications and cannot be changed independently.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.