diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-06-28 11:43:23 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-06-28 11:43:23 +0200 |
commit | 50862aadfd5191d56adaea699fc37403dc21c236 (patch) | |
tree | bf40c3de0f2d3b38bfbe7d79b1965eb96b9e4fcf /apps | |
parent | 2c449469d302c695ee03f6b572e329a005a25651 (diff) | |
download | nextcloud-server-50862aadfd5191d56adaea699fc37403dc21c236.tar.gz nextcloud-server-50862aadfd5191d56adaea699fc37403dc21c236.zip |
Move OAuth down in admin security settings
For #16076
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/oauth2/lib/Settings/Admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/lib/Settings/Admin.php b/apps/oauth2/lib/Settings/Admin.php index 0553f35f1ce..948306f8857 100644 --- a/apps/oauth2/lib/Settings/Admin.php +++ b/apps/oauth2/lib/Settings/Admin.php @@ -41,6 +41,6 @@ class Admin implements ISettings { } public function getPriority(): int { - return 0; + return 100; } } |