Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ykzts/2b721fbac67dd9edcf08f777a8b32dc9 to your computer and use it in GitHub Desktop.
Save ykzts/2b721fbac67dd9edcf08f777a8b32dc9 to your computer and use it in GitHub Desktop.
fetch('/api/web/settings',{method:'put',credentials:'include',body:JSON.stringify(Object.assign({},JSON.parse(document.getElementById('initial-state').text).settings,{onboarded:false}))}).then(console.log.bind(console)).catch(console.error.bind(console))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment