Bugfix: this.logoutReload is not a function

This commit is contained in:
djmaze 2021-04-20 13:01:15 +02:00
parent 3d2f7fb3ef
commit e1a08a9755

View file

@ -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() {