diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-12-07 20:03:50 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-12-10 15:13:15 +0100 |
commit | cfa7c54814c2c1584878f7e4bd9f6205c438404d (patch) | |
tree | 0ad8de6c4a4dd3e5e863b46bd7e61df99dcd9d36 /apps/oauth2/templates | |
parent | 5a9fc01ea64d6da2a5fc9d5148f7d823b59fd8a4 (diff) | |
download | nextcloud-server-cfa7c54814c2c1584878f7e4bd9f6205c438404d.tar.gz nextcloud-server-cfa7c54814c2c1584878f7e4bd9f6205c438404d.zip |
OAuth2: move to scoped css in vue app
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/oauth2/templates')
-rw-r--r-- | apps/oauth2/templates/admin.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/oauth2/templates/admin.php b/apps/oauth2/templates/admin.php index 4c814e4323d..284a52231e9 100644 --- a/apps/oauth2/templates/admin.php +++ b/apps/oauth2/templates/admin.php @@ -20,7 +20,6 @@ */ script('oauth2', 'oauth2'); -style('oauth2', 'setting-admin'); ?> |