diff options
author | thaissiqueira <thais.siqueira@thoughtworks.com> | 2017-03-16 14:07:04 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 14:07:04 -0300 |
commit | f9ab38869b29eb4560b8b8f69c1dab191adfe782 (patch) | |
tree | 5328a3b6694e6fe5714bd50d31fbd4d5871688a0 /web-ui/src/backup_account/backup_account.js | |
parent | d1459b65bc24e51b4cf350de052cf8cfa5cd88d8 (diff) | |
parent | 965ab52b3d3a7a75347cfa58c4bbbe16ea64b014 (diff) |
Merge pull request #1014 from pixelated/update-recovery-code
Update recovery code
Diffstat (limited to 'web-ui/src/backup_account/backup_account.js')
-rw-r--r-- | web-ui/src/backup_account/backup_account.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web-ui/src/backup_account/backup_account.js b/web-ui/src/backup_account/backup_account.js index ac218a39..19b7c19c 100644 --- a/web-ui/src/backup_account/backup_account.js +++ b/web-ui/src/backup_account/backup_account.js @@ -22,6 +22,8 @@ import a11y from 'react-a11y'; import App from 'src/common/app'; import PageWrapper from './page'; +require('es6-promise').polyfill(); + if (process.env.NODE_ENV === 'development') a11y(React); render( |