Skip to content

fix: don't call getCookie when running in node

Frank Bessou requested to merge topic/default/no-cookies-on-node into branch/default

There is no such thing as document in node. We should find another way to get the csrf token in this case.

Merge request reports