Left rail log in icon decided by atom, cache user profile
Summary: Previously the left rail state was decided by prescense of user profile but we are moving to logged in state being based on the atom. As a result we need to cache the user profile so we have something to display when user not on vpn on startup Reviewed By: aigoncharov Differential Revision: D44502477 fbshipit-source-id: 11462d24c773d6d364e844b4f606e124e5278348
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cb11b360fc
commit
5a6091f6f8
@@ -20,7 +20,8 @@ export {
|
||||
internGraphPOSTAPIRequest,
|
||||
graphQLQuery,
|
||||
isLoggedIn,
|
||||
getUser,
|
||||
fetchUser,
|
||||
getCachedUser,
|
||||
} from './fb-stubs/user';
|
||||
export {FlipperPlugin, FlipperDevicePlugin, BaseAction} from './plugin';
|
||||
export {PluginClient, Props, KeyboardActions} from './plugin';
|
||||
|
||||
Reference in New Issue
Block a user