await fetch()

in packages/app/src/account-provider.tsx [45:47]


    await fetch('/logout', {
      method: 'POST'
    });