summaryrefslogtreecommitdiff
path: root/web-ui/src
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/src
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/src')
-rw-r--r--web-ui/src/backup_account/backup_account.html (renamed from web-ui/src/account_recovery/account_recovery.html)4
-rw-r--r--web-ui/src/backup_account/backup_account.js (renamed from web-ui/src/account_recovery/account_recovery.js)0
-rw-r--r--web-ui/src/backup_account/page.js (renamed from web-ui/src/account_recovery/page.js)0
-rw-r--r--web-ui/src/backup_account/page.scss (renamed from web-ui/src/account_recovery/page.scss)0
4 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/src/account_recovery/account_recovery.html b/web-ui/src/backup_account/backup_account.html
index bd451ebc..997c76f8 100644
--- a/web-ui/src/account_recovery/account_recovery.html
+++ b/web-ui/src/backup_account/backup_account.html
@@ -3,10 +3,10 @@
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
- <title>Pixelated Account Recovery</title>
+ <title>Pixelated Backup Account</title>
</head>
<body>
<div id="root"/>
- <script type="text/javascript" src="/assets/account_recovery.js"></script>
+ <script type="text/javascript" src="/assets/backup_account.js"></script>
</body>
</html>
diff --git a/web-ui/src/account_recovery/account_recovery.js b/web-ui/src/backup_account/backup_account.js
index d4e0f4e8..d4e0f4e8 100644
--- a/web-ui/src/account_recovery/account_recovery.js
+++ b/web-ui/src/backup_account/backup_account.js
diff --git a/web-ui/src/account_recovery/page.js b/web-ui/src/backup_account/page.js
index 2ae26d12..2ae26d12 100644
--- a/web-ui/src/account_recovery/page.js
+++ b/web-ui/src/backup_account/page.js
diff --git a/web-ui/src/account_recovery/page.scss b/web-ui/src/backup_account/page.scss
index a344b957..a344b957 100644
--- a/web-ui/src/account_recovery/page.scss
+++ b/web-ui/src/backup_account/page.scss