mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-25 08:32:57 +08:00
Bugfix: this.logoutReload is not a function
This commit is contained in:
parent
3d2f7fb3ef
commit
e1a08a9755
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@ class AppUser extends AbstractApp {
|
|||
}
|
||||
|
||||
logout() {
|
||||
Remote.logout(() => this.logoutReload((SettingsGet('ParentEmail')||{length:0}).length));
|
||||
Remote.logout(() => rl.logoutReload((SettingsGet('ParentEmail')||{length:0}).length));
|
||||
}
|
||||
|
||||
bootend() {
|
||||
|
|
Loading…
Reference in a new issue