Expose isLoggedIn to plugin creators
Summary: Re-expose one of the legacy exports we had before. Requested by MSYS Reviewed By: passy Differential Revision: D40979328 fbshipit-source-id: 7e8f089a182a62f392f3a720bee9b81698930f9d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2736cfeeb6
commit
82e5cfd368
@@ -51,6 +51,7 @@ export function baseFlipperLibImplementation(
|
||||
renderHost.flipperServer.exec('intern-graph-get', ...args),
|
||||
graphPost: (...args) =>
|
||||
renderHost.flipperServer.exec('intern-graph-post', ...args),
|
||||
isLoggedIn: () => renderHost.flipperServer.exec('is-logged-in'),
|
||||
},
|
||||
remoteServerContext: {
|
||||
childProcess: {
|
||||
|
||||
Reference in New Issue
Block a user