summaryrefslogtreecommitdiffstats
path: root/webapp/components/password_reset_send_link.jsx
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-04-08 18:04:23 -0300
committerCorey Hulen <corey@hulen.com>2016-04-08 14:04:23 -0700
commitdf77179eccffbb77f684abde45cac743f5d0b414 (patch)
tree524312a7033c11a4daeb9fa2b4aa2283765bdd9d /webapp/components/password_reset_send_link.jsx
parent77ee1ce7fee698847e211dc15d4673300901aa48 (diff)
downloadchat-df77179eccffbb77f684abde45cac743f5d0b414.tar.gz
chat-df77179eccffbb77f684abde45cac743f5d0b414.tar.bz2
chat-df77179eccffbb77f684abde45cac743f5d0b414.zip
Fix email verification process (#2664)
- Fix email verification URL in login view - Fix URL in email being sent for verification - Add Email Verification on password reset - Fix display of email in reset password - Fix URL en team_signup_password_page - Fix typo in webapp en loc - Add missing es locs - Removed extra es, fr and pt locs
Diffstat (limited to 'webapp/components/password_reset_send_link.jsx')
-rw-r--r--webapp/components/password_reset_send_link.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/components/password_reset_send_link.jsx b/webapp/components/password_reset_send_link.jsx
index a42b8935c..e3ab8949e 100644
--- a/webapp/components/password_reset_send_link.jsx
+++ b/webapp/components/password_reset_send_link.jsx
@@ -55,7 +55,9 @@ class PasswordResetSendLink extends React.Component {
<FormattedHTMLMessage
id='password_send.link'
defaultMessage='<p>A password reset link has been sent to <b>{email}</b></p>'
- email={email}
+ values={{
+ email
+ }}
/>
<FormattedMessage
id={'password_send.checkInbox'}