Hi, me again…
I had created a web page for member profile, can i set a button for to logout?
–the member is under contact list.
Thank you.
1 Like
Ok… i fixed it by using tutorial in wix.
my code is like below…
import wixUsers from 'wix-users'; //
...
export function iconButton1_onclick(){
wixUsers.logout();
}
THanks : )