Can't change forgotPassword message

I’ve changed in my languageDictionary in the login customizer several messages but this one does not change, anybody can help me?
This is the default one forgotPassword: “We’ve just sent you an email to reset your password.”

Nevermind, i figured it out, in the file that lists all auth 0 messages forgotPassword is under success and it should be used in that way. You basically have to put it this way in your login customizer.

success: {
forgotPassword: “whatever you want”,
},

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