upgrade login dialog navigator

This commit is contained in:
ammarahm-ed
2020-05-06 02:43:04 +05:00
parent 6da699f0aa
commit 18027590cf
5 changed files with 38 additions and 76 deletions

View File

@@ -13,6 +13,7 @@ import { VaultDialog } from '../VaultDialog';
import { moveNoteEvent } from './recievers';
import { TEMPLATE_DELETE, TEMPLATE_PERMANANT_DELETE } from './templates';
import MoveNoteDialog from '../MoveNoteDialog';
import LoginDialog from '../LoginDialog';
export class DialogManager extends Component {
constructor(props) {
@@ -310,7 +311,7 @@ export class DialogManager extends Component {
colors={colors}
/>
{/* <LoginDialog colors={colors} ref={ref => (this.loginDialog = ref)} /> */}
<LoginDialog colors={colors} ref={ref => (this.loginDialog = ref)} />
<MergeEditor />
</>