summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/lib/Settings
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-05-12 16:14:32 +0200
committerLukas Reschke <lukas@statuscode.ch>2017-05-18 20:49:07 +0200
commit1eb7f4956b1cdc99d0345600047cd6137051790f (patch)
tree3fe53d6f59f0b4db344c3336c8355ade038bc34a /apps/oauth2/lib/Settings
parent23b296b66eaf674d8eac4b00b044c1dfeda53014 (diff)
downloadnextcloud-server-1eb7f4956b1cdc99d0345600047cd6137051790f.tar.gz
nextcloud-server-1eb7f4956b1cdc99d0345600047cd6137051790f.zip
delete auth token when client gets deleted
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/oauth2/lib/Settings')
-rw-r--r--apps/oauth2/lib/Settings/Admin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/oauth2/lib/Settings/Admin.php b/apps/oauth2/lib/Settings/Admin.php
index aa120bcb7d7..07c3fe733ad 100644
--- a/apps/oauth2/lib/Settings/Admin.php
+++ b/apps/oauth2/lib/Settings/Admin.php
@@ -23,7 +23,6 @@ namespace OCA\OAuth2\Settings;
use OCA\OAuth2\Db\ClientMapper;
use OCP\AppFramework\Http\TemplateResponse;
-use OCP\IConfig;
use OCP\Settings\ISettings;
class Admin implements ISettings {