mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-17 22:39:47 +02:00
logout google account when user sign out
This commit is contained in:
@ -16,7 +16,7 @@ class UserService extends this.OS.GUI.BaseService
|
||||
}
|
||||
]
|
||||
@onmenuselect = (d) ->
|
||||
return me._api.handler.logout() if d.item.data.dataid is "sys-logout"
|
||||
return window.OS.exit() if d.item.data.dataid is "sys-logout"
|
||||
me.notify "This feature is not implemented yet"
|
||||
awake: (e) ->
|
||||
|
||||
|
Reference in New Issue
Block a user