From 7c949c19dfdc7c101fd63dbb08a4760f029a6da2 Mon Sep 17 00:00:00 2001 From: Harry Hedger Date: Thu, 25 Aug 2016 15:40:23 -0400 Subject: [PATCH] Google Drive: Reconnected logout functionality. --- src/plugins/GoogleDrive/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/GoogleDrive/index.js b/src/plugins/GoogleDrive/index.js index 120cbbb1b..b057b4147 100644 --- a/src/plugins/GoogleDrive/index.js +++ b/src/plugins/GoogleDrive/index.js @@ -402,6 +402,7 @@ export default class Google extends Plugin { filterItems: this.filterItems, filterQuery: this.filterQuery, handleRowClick: this.handleRowClick, + logout: this.logout, demo: this.opts.demo })