diff --git a/client/index.js b/client/index.js index c401c4cc49..c9898d83d0 100644 --- a/client/index.js +++ b/client/index.js @@ -29,7 +29,7 @@ import { const isDev = Rx.config.longStackSupport = debug.enabled('fcc:*'); const log = debug('fcc:client'); const hotReloadTimeout = 2000; -const { csrf: { csrfToken } = {} } = window.__fcc__; +const { csrf: { token: csrfToken } = {} } = window.__fcc__; const DOMContainer = document.getElementById('fcc'); const initialState = isColdStored() ? getColdStorage() :