From 7e336e8d240d00675cabea9d817eb134d8ea933b Mon Sep 17 00:00:00 2001 From: ddcat1115 Date: Thu, 18 Jan 2018 00:59:31 +0800 Subject: [PATCH] add default register email --- src/routes/User/RegisterResult.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/routes/User/RegisterResult.js b/src/routes/User/RegisterResult.js index 22c83080..ba635607 100644 --- a/src/routes/User/RegisterResult.js +++ b/src/routes/User/RegisterResult.js @@ -15,7 +15,11 @@ export default ({ location }) => ( 你的账户:{location.state && location.state.account} 注册成功} + title={ +
+ 你的账户:{location.state ? location.state.account : 'AntDesign@example.com'} 注册成功 +
+ } description="激活邮件已发送到你的邮箱中,邮件有效期为24小时。请及时登录邮箱,点击邮件中的链接激活帐户。" actions={actions} style={{ marginTop: 56 }} -- GitLab