Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/store/modules/Authentication/
H A DAuthenticanStore.js12 isAuthenticatedCookie: Cookies.get('IsAuthenticated'), property in AuthenticationStore.state
19 state.xsrfCookie !== undefined || state.isAuthenticatedCookie == 'true'
37 state.isAuthenticatedCookie = undefined;
86 state.isAuthenticatedCookie = Cookies.get('IsAuthenticated');