mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
prevent welcome dialog from showing again if recovery dialog is opened in the same session
This commit is contained in:
@@ -70,6 +70,7 @@ class RecoveryKeyDialog extends React.Component {
|
||||
});
|
||||
});
|
||||
if (this.signup) {
|
||||
this.signup = false;
|
||||
setTimeout(() => {
|
||||
eSendEvent(eOpenResultDialog, {
|
||||
title: 'Welcome to your private\nnote taking haven',
|
||||
|
||||
Reference in New Issue
Block a user