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
16 authError: (state) => state.authError,
26 state.authError = false;
29 authError(state, authError = true) { method in AuthenticationStore.mutations
30 state.authError = authError;
84 state.authError = false;
/openbmc/webui-vue/src/views/Login/
H A DLogin.vue3 <alert class="login-error mb-4" :show="authError" variant="danger">
97 authError() {
98 return this.$store.getters['authentication/authError'];