fix login flow

This commit is contained in:
ammarahm-ed
2020-09-14 13:14:07 +05:00
parent facc4f2cfa
commit da35ee06ae
4 changed files with 28 additions and 25 deletions

View File

@@ -181,11 +181,11 @@ export class DialogManager extends Component {
showLoginDialog = () => {
this.loginDialog.open();
//this.loginDialog.open();
};
hideLoginDialog = () => {
this.loginDialog.close();
//this.loginDialog.close();
};
showAddNotebook = data => {