Change LICENSE location and add authourizeReducer test

This commit is contained in:
Qolzam
2017-07-08 10:41:02 +04:30
parent a1b790c44f
commit 7b25c4550c
30 changed files with 100 additions and 32 deletions

View File

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