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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-02-11 15:53:31 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-02-11 15:53:31 +0300
commit981bce3f7cfab52e72676051cd5cfd748ef8b05d (patch)
tree7978ee142925727da2acb23aa206221beab5c776 /webpack.modules.js
parent721f03fd27cfe8e882a2c5184f0e583f537a7703 (diff)
Fix missign twofactor_backupcodes bundle
They are backup codes. Not backups codes. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'webpack.modules.js')
-rw-r--r--webpack.modules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.modules.js b/webpack.modules.js
index ef3ba64bc55..821283a6e82 100644
--- a/webpack.modules.js
+++ b/webpack.modules.js
@@ -90,7 +90,7 @@ module.exports = {
weather_status: {
'weather-status': path.join(__dirname, 'apps/weather_status/src', 'weather-status.js'),
},
- twofactor_backupscodes: {
+ twofactor_backupcodes: {
settings: path.join(__dirname, 'apps/twofactor_backupcodes/src', 'settings.js'),
},
updatenotification: {