diff options
author | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-02-09 13:33:30 -0200 |
---|---|---|
committer | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-02-09 13:33:30 -0200 |
commit | 2bfd4b8da51310da0e11d87f64f57990d93d79e0 (patch) | |
tree | b23562755af9703bf1b0d2b2b1c0682839542f0d /web-ui/src/backup_account/backup_account.html | |
parent | b2676a1f407ecf05cb0b511e563d21b4e2a0ee61 (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/backup_account/backup_account.html')
-rw-r--r-- | web-ui/src/backup_account/backup_account.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web-ui/src/backup_account/backup_account.html b/web-ui/src/backup_account/backup_account.html new file mode 100644 index 00000000..997c76f8 --- /dev/null +++ b/web-ui/src/backup_account/backup_account.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <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 Backup Account</title> + </head> + <body> + <div id="root"/> + <script type="text/javascript" src="/assets/backup_account.js"></script> + </body> +</html> |