Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Moecube Accounts Web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
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
MyCard
Moecube Accounts Web
Commits
c984d162
Commit
c984d162
authored
Apr 10, 2017
by
nano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix lint
parent
cf2dd50b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
src/routes/Activate.js
src/routes/Activate.js
+8
-8
No files found.
src/routes/Activate.js
View file @
c984d162
...
@@ -13,19 +13,19 @@ class Active extends React.Component {
...
@@ -13,19 +13,19 @@ class Active extends React.Component {
render
()
{
render
()
{
const
{
loading
}
=
this
.
props
;
const
{
loading
}
=
this
.
props
;
const
email
=
this
.
props
.
location
.
query
.
email
;
const
email
=
this
.
props
.
location
.
query
.
email
;
return
(
return
(
<
div
style
=
{{
display
:
'
flex
'
,
flex
:
1
,
justifyContent
:
'
center
'
,
alignItems
:
'
center
'
,
height
:
'
100%
'
,
}}
>
<
div
style
=
{{
display
:
'
flex
'
,
flex
:
1
,
justifyContent
:
'
center
'
,
alignItems
:
'
center
'
,
height
:
'
100%
'
}}
>
<
div
style
=
{{
width
:
'
60%
'
,
background
:
'
rgba(230,230,230,0.8)
'
,
padding
:
'
40px
'
,
flexDirection
:
'
column
'
,
justifyContent
:
'
center
'
,
display
:
'
flex
'
,
alignItems
:
'
center
'
,
zIndex
:
1
}}
>
<
div
style
=
{{
width
:
'
60%
'
,
background
:
'
rgba(230,230,230,0.8)
'
,
padding
:
'
40px
'
,
flexDirection
:
'
column
'
,
justifyContent
:
'
center
'
,
display
:
'
flex
'
,
alignItems
:
'
center
'
,
zIndex
:
1
}}
>
<
h2
><
Format
id
=
"
Your-are-almost-done!
"
/><
/h2
>
<
h2
><
Format
id
=
"
Your-are-almost-done!
"
/><
/h2
>
<
br
/><
br
/>
<
br
/><
br
/>
<
p
><
Format
id
=
"
Thank-you!-This-is-the-last-step.
"
/><
/p
>
<
p
><
Format
id
=
"
Thank-you!-This-is-the-last-step.
"
/><
/p
>
<
p
><
Format
id
=
"
Please click the following button to confirm your email address
"
/>
:
{
email
}
<
/p
>
<
p
><
Format
id
=
"
Please click the following button to confirm your email address
"
/>
:
{
email
}
<
/p
>
<
br
/><
br
/>
<
br
/><
br
/>
<
Button
type
=
"
primary
"
icon
=
"
poweroff
"
loading
=
{
loading
}
onClick
=
{
this
.
handleClick
}
>
<
Button
type
=
"
primary
"
icon
=
"
poweroff
"
loading
=
{
loading
}
onClick
=
{
this
.
handleClick
}
>
<
Format
id
=
{
'
Finish-Verification
'
}
/
>
<
Format
id
=
{
'
Finish-Verification
'
}
/
>
<
/Button
>
<
/Button
>
<
br
/><
br
/>
<
br
/><
br
/>
<
p
><
Format
id
=
"
After-verification,-you-can-sign-in-to-MoeCube-with-this-email-address.
"
/><
/p
>
<
p
><
Format
id
=
"
After-verification,-you-can-sign-in-to-MoeCube-with-this-email-address.
"
/><
/p
>
<
p
><
Format
id
=
"
Welcome-to-MoeCube!
"
/><
/p
>
<
p
><
Format
id
=
"
Welcome-to-MoeCube!
"
/><
/p
>
<
/div
>
<
/div
>
...
...
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