feat: option to sign out all workspaces (#1005)
* feat: option to sign out all workspaces * style: prettier width 120 * chore: bump snjs
This commit is contained in:
@@ -91,10 +91,6 @@ export class WebApplication extends SNApplication {
|
||||
this.webServices = {} as WebServices
|
||||
this.noteControllerGroup.deinit()
|
||||
this.webEventObservers.length = 0
|
||||
|
||||
if (source === DeinitSource.SignOut) {
|
||||
isDesktopDevice(this.deviceInterface) && this.deviceInterface.onSignOut()
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('Error while deiniting application', error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user