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
bora-it
Commits
691577ee
Commit
691577ee
authored
Aug 04, 2021
by
우지원
Browse files
Merge remote-tracking branch 'origin/seoyeon2' into woojiweon
parents
043dc302
945e73ff
Changes
1
Show whitespace changes
Inline
Side-by-side
client/src/components/SignUp.js
View file @
691577ee
import
axios
from
'
axios
'
import
{
useEffect
,
useState
}
from
'
react
'
import
{
useEffect
,
useState
}
from
'
react
'
import
{
Link
}
from
'
react-router-dom
'
import
{
Link
,
Redirect
}
from
'
react-router-dom
'
import
userApi
from
'
../apis/user.api
'
import
userApi
from
'
../apis/user.api
'
import
catchErrors
from
'
../context/catchError
'
import
catchErrors
from
'
../context/catchError
'
...
@@ -137,6 +138,7 @@ const Signup = () => {
...
@@ -137,6 +138,7 @@ const Signup = () => {
onChange
=
{
handleChange
}
onChange
=
{
handleChange
}
/
>
/
>
<
/div
>
<
/div
>
{
/* {console.log(disabled)} */
}
<
div
className
=
"
mt-3 d-flex justify-content-center
"
>
<
div
className
=
"
mt-3 d-flex justify-content-center
"
>
<
button
<
button
type
=
"
submit
"
type
=
"
submit
"
...
...
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