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) { method in AuthenticationStore.mutations48 state.authError = authError;102 state.authError = false;
3 <alert class="login-error mb-4" :show="authError" variant="danger">119 authError() {120 return this.$store.getters['authentication/authError'];