Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
214
export
function
authError(payload) {
215
return
{
216
type
:
'AUTH_FAILURE'
,
217
payload,
218
};
219
}
220
221
export
function
doInit() {
222
return
async
(dispatch) => {
Callers
5
checkPassword
Function · 0.90
doReset
Function · 0.90
sendPasswordResetEmail
Function · 0.85
registerUser
Function · 0.85
resetPassword
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected