Clear the current user’s identification and hide active flows
reset()
// Clear user identification on sign out function handleSignOut() { usertour.reset(); // ... other sign out logic }