summaryrefslogtreecommitdiff
path: root/web-ui/app/js/account_recovery/page.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/account_recovery/page.js')
-rw-r--r--web-ui/app/js/account_recovery/page.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/web-ui/app/js/account_recovery/page.js b/web-ui/app/js/account_recovery/page.js
index c0d58e06..a6be0c6e 100644
--- a/web-ui/app/js/account_recovery/page.js
+++ b/web-ui/app/js/account_recovery/page.js
@@ -3,7 +3,9 @@ import React from 'react'
import 'scss/account_recovery/page.scss'
const Page = () => (
- <div>
+ <div className="container">
+ <img src="assets/images/forgot-my-password.svg" />
+ <h1>E se vocĂȘ esquecer sua senha?</h1>
</div>
);