MCPcopy Create free account
hub / github.com/flatlogic/react-material-admin / authError

Function authError

src/context/UserContext.js:214–219  ·  view source on GitHub ↗
(payload)

Source from the content-addressed store, hash-verified

212}
213
214export function authError(payload) {
215 return {
216 type: 'AUTH_FAILURE',
217 payload,
218 };
219}
220
221export function doInit() {
222 return async (dispatch) => {

Callers 5

checkPasswordFunction · 0.90
doResetFunction · 0.90
sendPasswordResetEmailFunction · 0.85
registerUserFunction · 0.85
resetPasswordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected