mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03: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() {
|
logout() {
|
||||||
Remote.logout(() => this.logoutReload((SettingsGet('ParentEmail')||{length:0}).length));
|
Remote.logout(() => rl.logoutReload((SettingsGet('ParentEmail')||{length:0}).length));
|
||||||
}
|
}
|
||||||
|
|
||||||
bootend() {
|
bootend() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue