Merge branch 'develop' of https://git.akkerweb.nl/FarmMaps/FarmMapsLib into develop
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
commit
b7b168dffb
@ -13,4 +13,5 @@ export interface IUser {
|
|||||||
mobile?: string;
|
mobile?: string;
|
||||||
organisation?: string;
|
organisation?: string;
|
||||||
cocNumber?: string;
|
cocNumber?: string;
|
||||||
|
searchable: boolean;
|
||||||
}
|
}
|
@ -58,7 +58,8 @@ export function reducer(state = initialState, action: appCommonActions.Actions )
|
|||||||
code:a.user.code,
|
code:a.user.code,
|
||||||
email:a.userinfo["email"],
|
email:a.userinfo["email"],
|
||||||
name:a.userinfo["name"],
|
name:a.userinfo["name"],
|
||||||
claims:claims
|
claims:claims,
|
||||||
|
searchable: false
|
||||||
};
|
};
|
||||||
return tassign(state, { user: user });
|
return tassign(state, { user: user });
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user