Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
new_excelso
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Prasetya Saputra
new_excelso
Commits
dacad9e1
Commit
dacad9e1
authored
Jun 16, 2020
by
Wahyu Adjie Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revisi email confirmation
parent
ac2dff6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
EmailConfirmation.js
view/EmailConfirmation.js
+4
-4
No files found.
view/EmailConfirmation.js
View file @
dacad9e1
...
@@ -115,16 +115,16 @@ class EmailConfirmation extends React.Component {
...
@@ -115,16 +115,16 @@ class EmailConfirmation extends React.Component {
}
}
handleCancel
()
{
handleCancel
()
{
if
(
this
.
props
.
pageEmailConfirmation
==
true
)
{
if
(
this
.
props
.
isEmailverif
==
true
)
{
let
pageProps
=
{
let
pageProps
=
{
pageEmailConfirmation
:
false
isEmailverif
:
false
}
}
this
.
props
.
setPage
(
pageProps
)
this
.
props
.
setPage
(
pageProps
)
this
.
props
.
navigation
.
navigate
(
'Login'
);
this
.
props
.
navigation
.
navigate
(
'Login'
);
}
else
{
}
else
{
console
.
log
(
"KE REGISTER "
)
console
.
log
(
"KE REGISTER "
)
let
pageProps
=
{
let
pageProps
=
{
pageEmailConfirmation
:
false
isEmailverif
:
false
}
}
this
.
props
.
setPage
(
pageProps
)
this
.
props
.
setPage
(
pageProps
)
this
.
props
.
navigation
.
navigate
(
'New Register'
);
this
.
props
.
navigation
.
navigate
(
'New Register'
);
...
@@ -226,7 +226,7 @@ class EmailConfirmation extends React.Component {
...
@@ -226,7 +226,7 @@ class EmailConfirmation extends React.Component {
<
TouchableOpacity
style
=
{{
height
:
60
}}
onPress
=
{()
=>
this
.
handleResend
()}
>
<
TouchableOpacity
style
=
{{
height
:
60
}}
onPress
=
{()
=>
this
.
handleResend
()}
>
<
Text
style
=
{{
alignSelf
:
'center'
,
color
:
'#CFB368'
,
fontFamily
:
'Gotham-Black'
,
fontSize
:
20
,
top
:
10
}}
>
RESEND
EMAIL
TOKEN
<
/Text
>
<
Text
style
=
{{
alignSelf
:
'center'
,
color
:
'#CFB368'
,
fontFamily
:
'Gotham-Black'
,
fontSize
:
20
,
top
:
10
}}
>
RESEND
EMAIL
TOKEN
<
/Text
>
<
/TouchableOpacity
>
<
/TouchableOpacity
>
{
this
.
props
.
pageEmailConfirmation
==
true
?
(
{
this
.
props
.
isEmailverif
==
true
?
(
<
TouchableOpacity
style
=
{{
height
:
60
}}
onPress
=
{()
=>
this
.
props
.
navigation
.
navigate
(
'Change Email'
)}
>
<
TouchableOpacity
style
=
{{
height
:
60
}}
onPress
=
{()
=>
this
.
props
.
navigation
.
navigate
(
'Change Email'
)}
>
<
Text
style
=
{{
alignSelf
:
'center'
,
color
:
'#CFB368'
,
fontFamily
:
'Gotham-Black'
,
fontSize
:
20
,
}}
>
CHANGE
EMAIL
<
/Text
>
<
Text
style
=
{{
alignSelf
:
'center'
,
color
:
'#CFB368'
,
fontFamily
:
'Gotham-Black'
,
fontSize
:
20
,
}}
>
CHANGE
EMAIL
<
/Text
>
<
/TouchableOpacity
>
<
/TouchableOpacity
>
...
...
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