ui: remove debug

This commit is contained in:
nick-delirium 2024-09-06 18:03:26 +02:00
parent e628d1ac2f
commit 83883929d6
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -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)