Force new user everytime in widget
You can configure widget to always creating new user on init. It's really useful when having oauth configured.
closer.init({
orgId: "00000000-0000-0000-0000-000000000000",
forceNewUser: true
});
Last modified 2yr ago