Removing active directory URL from Lock

I’m trying to customize the Instructions message that shows up in the login for Auth0 for the Lock template. Right now the default message is ‘Please enter your corporate credentials at MyActiveDirectoryURL’. I do not want my AD URL to show here however when I use the enterprisActiveLoginInstructions parameter to change this, the only thing that changes is the anything before the URL:
For Example:
Default message output:
‘Please enter your corporate credentials at MyActiveDirectoryURL’.

This is what I enter in the template to change the message:
languageDictionary = { title: config.dict.signin.title,
enterpriseActiveLoginInstructions: 'Please enter your credentials '}

My new output:
‘Please enter your credentials MyActiveDirectoryURL’.

Any way of removing the AD URL?

Hey @riosem

As it has been more than a few months since this topic was opened and there has been no reply or further information provided from the community as to the existence of the issue we would like to check if you are still facing the described challenge?

We are more than happy to assist in any way! If the issue is still out there please let us know so we can create a new thread for better visibility, otherwise we’ll close this one in week’s time.

Thank you!

This topic was automatically closed after 6 days. New replies are no longer allowed.