diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2022-02-11 13:53:31 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2022-02-11 13:53:31 +0100 |
commit | 981bce3f7cfab52e72676051cd5cfd748ef8b05d (patch) | |
tree | 7978ee142925727da2acb23aa206221beab5c776 /webpack.modules.js | |
parent | 721f03fd27cfe8e882a2c5184f0e583f537a7703 (diff) | |
download | nextcloud-server-981bce3f7cfab52e72676051cd5cfd748ef8b05d.tar.gz nextcloud-server-981bce3f7cfab52e72676051cd5cfd748ef8b05d.zip |
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.js | 2 |
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: { |