mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Cleanup logoutReload()
This commit is contained in:
parent
09f76d809b
commit
658ac816c8
2 changed files with 2 additions and 2 deletions
|
|
@ -868,7 +868,7 @@ class AppUser extends AbstractApp {
|
|||
}
|
||||
|
||||
logout() {
|
||||
Remote.logout(() => this.logoutReload(0 < (SettingsGet('ParentEmail')||{length:0}).length));
|
||||
Remote.logout(() => this.logoutReload((SettingsGet('ParentEmail')||{length:0}).length));
|
||||
}
|
||||
|
||||
bootend() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue