Hey,
I was wondering if there is a solution to redirecting the user out of the members area, due to the fact it directs them to the wix sign in page, I have a custom sign up. I know I can code a button to do this but having the login on the mobile menu works well for my site and there are more pros than cons to keeping the #accountNavBar.
I have played with making a lightbox for the mobile menu and I can code this to work but it’s laggy and a lot of work for what should be a simple solution.
Any help would be most appreciated or…
wixUsers.onLogout( (user) => {
} );
would be even better!
Thank you!