Comenzado el flujo oauth

hay que separar un poco todo
This commit is contained in:
Daniel Cortes
2020-06-23 05:04:51 -04:00
parent db3d0ce4d3
commit 72107bbc91
5 changed files with 120 additions and 12 deletions

View File

@@ -11,11 +11,6 @@ const reducer = (state, action) => {
...state,
user: action.user
}
case 'logout':
return {
...state,
user: action.user
}
default: return state;
}
};