From 2bfd4b8da51310da0e11d87f64f57990d93d79e0 Mon Sep 17 00:00:00 2001 From: Tayane Fernandes Date: Thu, 9 Feb 2017 13:33:30 -0200 Subject: [#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 --- web-ui/config/copy-webpack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/config') 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/**/*' }, -- cgit v1.2.3