diff options
| author | Anike Arni <aarni@thoughtworks.com> | 2017-03-29 14:37:41 -0300 |
|---|---|---|
| committer | Anike Arni <aarni@thoughtworks.com> | 2017-03-30 15:10:56 -0300 |
| commit | c5c858f92b30862d0b8977b7559e437cdd073d7f (patch) | |
| tree | 1f3bd8ea3ec2b2edb92ea1fbc457395246cac55d /web-ui/config | |
| parent | 648aeebe1be3d29a6fdf3199a8d86d92de676b5a (diff) | |
[#932] Makes account recovery resource public
Diffstat (limited to 'web-ui/config')
| -rw-r--r-- | web-ui/config/public-assets-webpack.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/config/public-assets-webpack.js b/web-ui/config/public-assets-webpack.js index 28dff566..13364e2c 100644 --- a/web-ui/config/public-assets-webpack.js +++ b/web-ui/config/public-assets-webpack.js @@ -3,6 +3,7 @@ var CopyWebpackPlugin = require('copy-webpack-plugin'); module.exports = new CopyWebpackPlugin([ { context: 'src/login/', from: '*.html' }, { context: 'src/login/', from: '*.css' }, + { context: 'src/account_recovery/', from: 'account_recovery.html' }, { context: 'src/interstitial/', from: '*' }, { context: 'app/', from: 'fonts/*' }, { context: 'app/', from: 'locales/**/*' }, |
