mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
core: add support for changing account email
This commit is contained in:
committed by
Abdullah Atta
parent
1b471a2fda
commit
b439571e17
@@ -256,8 +256,12 @@ class Database {
|
||||
await this.user.logout(false, "Account Deleted");
|
||||
break;
|
||||
}
|
||||
case "userEmailChanged": {
|
||||
await this.user.logout(true, "Email changed");
|
||||
break;
|
||||
}
|
||||
case "userPasswordChanged": {
|
||||
await this.user.logout(true, "Password Changed");
|
||||
await this.user.logout(true, "Password changed");
|
||||
break;
|
||||
}
|
||||
case "emailConfirmed": {
|
||||
|
||||
Reference in New Issue
Block a user