Change LICENSE location and add authourizeReducer test
This commit is contained in:
@@ -22,6 +22,7 @@ export var authorizeReducer = (state = defaultState, action) =>{
|
||||
switch (action.type) {
|
||||
case types.LOGIN:
|
||||
return{
|
||||
...state,
|
||||
uid: action.uid,
|
||||
authed: true,
|
||||
guest:false
|
||||
|
||||
Reference in New Issue
Block a user