mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
feat(user-picker): adjust build files
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
parent
28e6f8e808
commit
20453312bd
2 changed files with 2 additions and 0 deletions
|
|
@ -640,6 +640,7 @@ Feature: provisioning
|
|||
| twofactor_backupcodes |
|
||||
| updatenotification |
|
||||
| user_ldap |
|
||||
| user_picker |
|
||||
| user_status |
|
||||
| viewer |
|
||||
| workflowengine |
|
||||
|
|
|
|||
|
|
@ -459,6 +459,7 @@ if (isset($argv[1])) {
|
|||
'../apps/twofactor_backupcodes',
|
||||
'../apps/updatenotification',
|
||||
'../apps/user_ldap',
|
||||
'../apps/user_picker',
|
||||
'../apps/user_status',
|
||||
'../apps/weather_status',
|
||||
'../apps/workflowengine',
|
||||
|
|
|
|||
Loading…
Reference in a new issue