Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pro-blocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
pro-blocks
Commits
7e336e8d
Commit
7e336e8d
authored
Jan 18, 2018
by
ddcat1115
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add default register email
parent
8924f3c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/routes/User/RegisterResult.js
src/routes/User/RegisterResult.js
+5
-1
No files found.
src/routes/User/RegisterResult.js
View file @
7e336e8d
...
...
@@ -15,7 +15,11 @@ export default ({ location }) => (
<
Result
className
=
{
styles
.
registerResult
}
type
=
"
success
"
title
=
{
<
div
className
=
{
styles
.
title
}
>
你的账户
:
{
location
.
state
&&
location
.
state
.
account
}
注册成功
<
/div>
}
title
=
{
<
div
className
=
{
styles
.
title
}
>
你的账户
:
{
location
.
state
?
location
.
state
.
account
:
'
AntDesign@example.com
'
}
注册成功
<
/div
>
}
description
=
"
激活邮件已发送到你的邮箱中,邮件有效期为24小时。请及时登录邮箱,点击邮件中的链接激活帐户。
"
actions
=
{
actions
}
style
=
{{
marginTop
:
56
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment