Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
shopping-mall
Commits
357a457d
Commit
357a457d
authored
Jan 11, 2021
by
박상호
🎼
Browse files
zz
parent
77b30e2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/src/App.js
View file @
357a457d
...
...
@@ -38,12 +38,7 @@ function App() {
<
Route
path
=
"
/payment
"
component
=
{
Payment
}
/
>
<
Route
path
=
"
/mypage
"
component
=
{
Mypage
}
/
>
<
Route
path
=
'
/kakao
'
component
=
{()
=>
{
window
.
location
.
href
=
'
https://compmath.korea.ac.kr
'
;
return
null
;
}}
/
>
<
PrivateRoute
path
=
"
/profile
"
>
<
Profile
/>
<
/PrivateRoute
>
<
PrivateRoute
path
=
"
/profile-edit
"
>
<
EditProfile
/>
<
/PrivateRoute
>
<
Redirect
path
=
"
/
"
to
=
"
/
"
/>
<
/Switch
>
<
/Router
>
...
...
client/src/Pages/Signup.js
View file @
357a457d
...
...
@@ -177,8 +177,8 @@ const [validated, setValidated] = useState(false);
<
/Form.Group
>
<
Button
style
=
{{
background
:
'
#91877F
'
,
borderColor
:
'
#91877F
'
}}
type
=
"
submit
"
block
onClick
=
{
checkPassword
}
>
onClick
=
{
checkPassword
}
>
Sign
Up
<
/Button
>
<
/Form
>
...
...
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