Add missing version requirement to OAuth2 app
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
eebd2811dc
commit
02275e60c6
|
@ -12,6 +12,10 @@
|
|||
<authentication/>
|
||||
</types>
|
||||
|
||||
<dependencies>
|
||||
<nextcloud min-version="12" max-version="12" />
|
||||
</dependencies>
|
||||
|
||||
<settings>
|
||||
<admin>OCA\OAuth2\Settings\Admin</admin>
|
||||
</settings>
|
||||
|
|
|
@ -21,15 +21,15 @@
|
|||
"lookup_server_connector",
|
||||
"nextcloud_announcements",
|
||||
"notifications",
|
||||
"oauth2",
|
||||
"password_policy",
|
||||
"provisioning_api",
|
||||
"serverinfo",
|
||||
"sharebymail",
|
||||
"survey_client",
|
||||
"systemtags",
|
||||
"templateeditor",
|
||||
"twofactor_backupcodes",
|
||||
"theming",
|
||||
"twofactor_backupcodes",
|
||||
"updatenotification",
|
||||
"user_external",
|
||||
"user_ldap",
|
||||
|
|
Loading…
Reference in New Issue