ui: remove debug
This commit is contained in:
parent
e628d1ac2f
commit
83883929d6
1 changed files with 0 additions and 1 deletions
|
|
@ -88,7 +88,6 @@ const reducer = (state = initialState, action = {}) => {
|
|||
case UPDATE_PASSWORD.SUCCESS:
|
||||
return state.set('passwordErrors', List());
|
||||
case SIGNUP.SUCCESS:
|
||||
console.log(action.data)
|
||||
return state
|
||||
.set('account', Account(action.data.user))
|
||||
.set('scope', action.data.scopeState)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue