Ghost/ghost
Fabien O'Carroll ae9bad957b Fixed _removeSessionCookie method use of cookies
refs https://github.com/TryGhost/Team/issues/908

The `cookies` module will unset a cookie if `null` or `undefined` is
passed as the value, or if the value is not passed. The previous call
was passing the options, which were being read as the value, and
resulting in `'[Object object]'` being stored as a cookie.

Explicitly passing `null` as the value makes this code correct and
easier to maintain.
2021-07-20 10:19:39 +01:00
..
magic-link Published new versions 2021-07-15 18:19:11 +01:00
members-api Published new versions 2021-07-19 13:58:43 +01:00
members-csv Published new versions 2021-07-15 16:34:02 +01:00
members-ssr Fixed _removeSessionCookie method use of cookies 2021-07-20 10:19:39 +01:00