diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-05-19 22:52:23 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-05-19 17:24:41 -0500 |
commit | 3487f62d553303656047762ebfac1695412b5827 (patch) | |
tree | facf1f229285b6352a4f77f217e8aca81fb3aa60 /core/shipped.json | |
parent | 86a790a5440a32329a094a8d5564f2e2fab1b169 (diff) | |
download | nextcloud-server-3487f62d553303656047762ebfac1695412b5827.tar.gz nextcloud-server-3487f62d553303656047762ebfac1695412b5827.zip |
Mark OAuth app as always enabled
At the moment we don't support disabling the OAuth app
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'core/shipped.json')
-rw-r--r-- | core/shipped.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/shipped.json b/core/shipped.json index 306131405e2..83eb3a29787 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -41,6 +41,7 @@ "federatedfilesharing", "lookup_server_connector", "provisioning_api", + "oauth2", "twofactor_backupcodes", "workflowengine" ] |