My app embeds a Typeform survey that users take repeatedly (e.g. weekly). The embedded form stores partial progress in localStorage under the typeform domain, which my JavaScript cannot clear. If a user abandons the survey and logs out, the next user sees the previous user's answers pre-filled. How do I reset or disable this stored progress?