I’m using this code to call the prompt forgot password window but it isn’t working, any suggestions?
import wixUsers from 'wix-users';
export function buttonClick() {
wixUsers.promptForgotPassword();
}
API
I’m using this code to call the prompt forgot password window but it isn’t working, any suggestions?
import wixUsers from 'wix-users';
export function buttonClick() {
wixUsers.promptForgotPassword();
}
API
Hi,
Please send your editor’s URL so we can inspect.
Hi. I am having the same problem.
I believe that it should be redirecting to another page but this is not happening. Also, is there any current plans to be able to reset the password through the API. I would prefer not to see any Wix boilerplate code.