mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
fix signup user
This commit is contained in:
@@ -125,7 +125,7 @@ class RecoveryKeyDialog extends React.Component {
|
||||
};
|
||||
|
||||
onOpen = async () => {
|
||||
let k = await db.user.key();
|
||||
let k = await db.user.getEncryptionKey();
|
||||
this.user = await db.user.getUser();
|
||||
|
||||
if (k) {
|
||||
|
||||
Reference in New Issue
Block a user