Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/store/modules/
H A DGlobalStore.js42 isAuthorized: true, property in GlobalStore.state
54 isAuthorized: (state) => state.isAuthorized,
70 state.isAuthorized = false;
72 state.isAuthorized = true;
/openbmc/webui-vue/src/components/AppHeader/
H A DAppHeader.vue161 isAuthorized() {
162 return this.$store.getters['global/isAuthorized'];
206 isAuthorized(value) {