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:
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: {