mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 14:06:10 +00:00
set error null for action.type AUTHENTICATE[REQUEST]
This commit is contained in:
parent
d150deb572
commit
56177346df
@ -226,7 +226,7 @@ function credentials(state = DEFAULT_CREDENTIALS_STATE, action) {
|
||||
}
|
||||
|
||||
if (action.type === AUTHENTICATE[REQUEST]) {
|
||||
return {...state, ...{authenticating: true}};
|
||||
return {...state, ...{authenticating: true, error: null}};
|
||||
}
|
||||
|
||||
return state;
|
||||
|
Loading…
x
Reference in New Issue
Block a user