Home
last modified time | relevance | path

Searched refs:xsrfCookie (Results 1 – 1 of 1) sorted by relevance

/openbmc/webui-vue/src/store/modules/Authentication/
H A DAuthenticanStore.js11 xsrfCookie: Cookies.get('XSRF-TOKEN'), property in AuthenticationStore.state
23 state.xsrfCookie !== undefined ||
29 token: (state) => state.xsrfCookie,
34 state.xsrfCookie = Cookies.get('XSRF-TOKEN');
42 if (state.xsrfCookie === undefined) {
55 state.xsrfCookie = undefined;
103 state.xsrfCookie = Cookies.get('XSRF-TOKEN');