sign in
Reviewed By: passy Differential Revision: D14598657 fbshipit-source-id: 3ee6ee5ec7323616ac200243747e0b44b1ce65d4
This commit is contained in:
committed by
Facebook Github Bot
parent
1c904b219c
commit
880327b61d
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
import {FlipperBasePlugin} from '../plugin.js';
|
||||
import config from '../fb-stubs/config';
|
||||
import type BaseDevice from '../devices/BaseDevice.js';
|
||||
import type Client from '../Client.js';
|
||||
import type {UninitializedClient} from '../UninitializedClient.js';
|
||||
@@ -345,7 +346,7 @@ class MainSidebar extends PureComponent<MainSidebarProps> {
|
||||
/>
|
||||
Plugin not showing?
|
||||
</PluginDebugger>
|
||||
<UserAccount />
|
||||
{config.showLogin && <UserAccount />}
|
||||
</Sidebar>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user