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
24 state.isAuthenticatedCookie == 'true' ||
56 state.isAuthenticatedCookie = undefined;
104 state.isAuthenticatedCookie = Cookies.get('IsAuthenticated');