What should i write in here for log out the person when the person click on the button?
Maybe then we can send person to the home page at the same time?
Hi! You’ll need to use wixUsers.logout(): https://www.wix.com/corvid/new-reference/wix-users/logout
To redirect to another page please use wixLocation.to(): https://www.wix.com/corvid/new-reference/wix-location/to
thanks a lot