diff --git a/src/app/boot/app_controller.nim b/src/app/boot/app_controller.nim index c26ad5f5c7..d833a8fde8 100644 --- a/src/app/boot/app_controller.nim +++ b/src/app/boot/app_controller.nim @@ -259,6 +259,9 @@ proc newAppController*(statusFoundation: StatusFoundation): AppController = result.connect() proc delete*(self: AppController) = + info "logging out..." + self.generalService.logout() + singletonInstance.delete self.notificationsManager.delete self.keychainService.delete