Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-20 17:24:04 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-20 17:24:04 +0300
commitf5449a021aae1fdd1fd71729493f4aac529f1c6f (patch)
treee53f7a8d69b7a2bb4f3a1ddd809e3c7c91685c63 /webpack.common.js
parent0becd88feb63de6ac02b495ad1440d8bd7cdcbd2 (diff)
Move twofactor_backupcodes to main webpack bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 816acb4834a..6d8660b3bcb 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -7,6 +7,7 @@ const files_trashbin = require('./apps/files_trashbin/webpack')
const files_versions = require('./apps/files_versions/webpack')
const oauth2 = require('./apps/oauth2/webpack')
const systemtags = require('./apps/systemtags/webpack')
+const twofactor_backupscodes = require('./apps/twofactor_backupcodes/webpack')
const updatenotifications = require('./apps/updatenotification/webpack')
module.exports = [].concat(
@@ -18,5 +19,6 @@ module.exports = [].concat(
files_versions,
oauth2,
systemtags,
+ twofactor_backupscodes,
updatenotifications
);