Hi I set my website up for custom registration / sign up when it first went live. When you clicked on sign in button it would take you to Wix’s existing user login first then the custom registration page if they clicked sign up. From last night however when someone clicks the sign in button it takes them directly to the custom registration page instead of existing user login. If they click to go to a members only page it works as it should i.e existing sign in
Below is the code I use for the sign in button ;
export function Login() {
let options = {“mode”:“login”,“lang”:“en”};
wixUsers.promptLogin(options)
}
It seems like the code is bypassing the login call and going straight to the custom registration set in the members sign up settings (which i also have set to show existing member login first)
Any help is greatly appreciated
Thanks