Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박민정
/
We-Shop
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박민정
2021-06-05 03:26:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bf438ef89287de88485afe0c45e11d8fc9c6a751
bf438ef8
1 parent
b5c74d43
[fix] Fix login page error
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
boiler-plate/client/src/components/views/LoginPage/LoginPage.js
boiler-plate/client/src/components/views/LoginPage/LoginPage.js
View file @
bf438ef
...
...
@@ -2,13 +2,15 @@ import React from 'react'
function
LoginPage
()
{
return
(
<
div
style
=
{{
justifyContent
:
'center'
,
alignItems
:
'center'
,
display
:
'flex'
,
width
:
'100%'
}}
>
<
form
style
>
<
div
style
=
{{
justifyContent
:
'center'
,
alignItems
:
'center'
,
display
:
'flex'
,
width
:
'100%'
}}
>
<
form
>
<
label
>
Email
<
/label
>
<
input
type
=
"email"
value
onChange
/>
<
label
>
Password
<
/label
>
<
input
type
=
"password"
value
onChange
/>
<
br
/>
<
button
>
Login
<
/button
>
...
...
Please
register
or
login
to post a comment