summaryrefslogtreecommitdiff
path: root/web-ui/config
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-02-09 13:33:30 -0200
committerTayane Fernandes <tayane.rmf@gmail.com>2017-02-09 13:33:30 -0200
commit2bfd4b8da51310da0e11d87f64f57990d93d79e0 (patch)
treeb23562755af9703bf1b0d2b2b1c0682839542f0d /web-ui/config
parentb2676a1f407ecf05cb0b511e563d21b4e2a0ee61 (diff)
[#922] Rename backup account flow
To differentiate between the account recovery flow and the set backup email flow, we renamed all resources and url to reflect this. with @anikarni
Diffstat (limited to 'web-ui/config')
-rw-r--r--web-ui/config/copy-webpack.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/config/copy-webpack.js b/web-ui/config/copy-webpack.js
index 8e9f9dd3..1f7f743a 100644
--- a/web-ui/config/copy-webpack.js
+++ b/web-ui/config/copy-webpack.js
@@ -4,7 +4,7 @@ module.exports = new CopyWebpackPlugin([
{ context: 'app/', from: '404.html' },
{ context: 'app/', from: 'index.html' },
{ context: 'app/', from: 'sandbox.html' },
- { context: 'src/account_recovery/', from: 'account_recovery.html' },
+ { context: 'src/backup_account/', from: 'backup_account.html' },
{ context: 'app/', from: 'css/*' },
{ context: 'app/', from: 'fonts/*' },
{ context: 'app/', from: 'locales/**/*' },