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
a606e17b
Commit
a606e17b
authored
Jun 16, 2020
by
Wahyu Adjie Prasetyo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://repo.cs.co.id:2222/wahyu/bahanoprek
parents
f49665d6
67327516
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
EmailConfirmation.js
view/EmailConfirmation.js
+2
-1
Login.js
view/Login.js
+1
-1
No files found.
view/EmailConfirmation.js
View file @
a606e17b
...
...
@@ -195,6 +195,7 @@ class EmailConfirmation extends React.Component {
}
render
()
{
console
.
log
(
this
.
props
.
proses
)
return
(
<
View
style
=
{
styles
.
container
}
>
<
MyStatusBar
/>
...
...
@@ -225,7 +226,7 @@ class EmailConfirmation extends React.Component {
<
TouchableOpacity
style
=
{{
height
:
60
}}
onPress
=
{()
=>
this
.
handleResend
()}
>
<
Text
style
=
{{
alignSelf
:
'center'
,
color
:
'#CFB368'
,
fontFamily
:
'Gotham-Black'
,
fontSize
:
20
,
top
:
10
}}
>
RESEND
EMAIL
TOKEN
<
/Text
>
<
/TouchableOpacity
>
{
this
.
props
.
isEmailverif
==
true
?
(
{
this
.
props
.
proses
==
'Register'
?
(
<
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
>
<
/TouchableOpacity
>
...
...
view/Login.js
View file @
a606e17b
...
...
@@ -162,7 +162,7 @@ d } else {
}
let
prosesProps
=
{
proses
:
'
Register
'
proses
:
''
}
this
.
props
.
setProses
(
prosesProps
);
...
...
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