mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix login flow
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user