aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/helpers
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2019-08-06 11:24:19 +0800
committerGitHub <noreply@github.com>2019-08-06 11:24:19 +0800
commit010e3927da0f98857c1703b9c568e91abce72db9 (patch)
treee56c97c5569e41332b8ba7bc62c6c6cdc3922503 /ui/app/helpers
parent1779dc8be4f30cdf69ab47c5a26a6765f8b50ad3 (diff)
downloadtangerine-wallet-browser-010e3927da0f98857c1703b9c568e91abce72db9.tar.gz
tangerine-wallet-browser-010e3927da0f98857c1703b9c568e91abce72db9.tar.zst
tangerine-wallet-browser-010e3927da0f98857c1703b9c568e91abce72db9.zip
Show seed phrase challenge in browser (#6961)
* Open backup challenge screen, prompted from notification, in browser window * Remove no longer used showingSeedPhraseBackupAfterOnboarding related code * Make incremental-security.spec.js click through the seed phrase success screen
Diffstat (limited to 'ui/app/helpers')
-rw-r--r--ui/app/helpers/constants/routes.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/app/helpers/constants/routes.js b/ui/app/helpers/constants/routes.js
index adcd3f14d..cd26b3628 100644
--- a/ui/app/helpers/constants/routes.js
+++ b/ui/app/helpers/constants/routes.js
@@ -32,6 +32,7 @@ const INITIALIZE_CREATE_PASSWORD_ROUTE = '/initialize/create-password'
const INITIALIZE_IMPORT_WITH_SEED_PHRASE_ROUTE = '/initialize/create-password/import-with-seed-phrase'
const INITIALIZE_SELECT_ACTION_ROUTE = '/initialize/select-action'
const INITIALIZE_SEED_PHRASE_ROUTE = '/initialize/seed-phrase'
+const INITIALIZE_BACKUP_SEED_PHRASE_ROUTE = '/initialize/backup-seed-phrase'
const INITIALIZE_END_OF_FLOW_ROUTE = '/initialize/end-of-flow'
const INITIALIZE_CONFIRM_SEED_PHRASE_ROUTE = '/initialize/seed-phrase/confirm'
const INITIALIZE_METAMETRICS_OPT_IN_ROUTE = '/initialize/metametrics-opt-in'
@@ -90,4 +91,6 @@ module.exports = {
CONTACT_MY_ACCOUNTS_VIEW_ROUTE,
CONTACT_MY_ACCOUNTS_EDIT_ROUTE,
NETWORKS_ROUTE,
+ INITIALIZE_BACKUP_SEED_PHRASE_ROUTE,
}
+