fix: call logout on exit
This commit is contained in:
parent
8d75e7dced
commit
519f08241e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue