Modifying 'obything'

This commit is contained in:
obycode
2015-11-18 14:46:05 -06:00
parent 01f13ed4a5
commit 068979faad

View File

@@ -49,6 +49,14 @@ def updated() {
unsubscribe() unsubscribe()
} }
def uninstalled() {
logout()
}
def logout() {
revokeAccessToken()
}
// mapping handlers // mapping handlers
// /setup POST // /setup POST