Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/store/modules/Authentication/
H A DAuthenticanStore.js10 authError: false, property in AuthenticationStore.state
18 authError: (state) => state.authError,
33 state.authError = false;
47 authError(state, authError = true) { argument
48 state.authError = authError;
102 state.authError = false;
/openbmc/webui-vue/src/views/Login/
H A DLogin.vue3 <alert class="login-error mb-4" :show="authError" variant="danger">
112 authError() {
113 return this.$store.getters['authentication/authError'];