Searched refs:authError (Results 1 – 2 of 2) sorted by relevance
10 authError: false, property in AuthenticationStore.state18 authError: (state) => state.authError,33 state.authError = false;47 authError(state, authError = true) { argument48 state.authError = authError;102 state.authError = false;
3 <alert class="login-error mb-4" :show="authError" variant="danger">112 authError() {113 return this.$store.getters['authentication/authError'];