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
b9ae2ea0
Commit
b9ae2ea0
authored
Jul 27, 2021
by
이재연
Browse files
z
parent
ad71bf5d
Changes
1
Show whitespace changes
Inline
Side-by-side
client/src/components/SignUp.js
View file @
b9ae2ea0
...
...
@@ -33,7 +33,7 @@ const Signup = () => {
function
handleChange
(
event
)
{
const
{
name
,
value
}
=
event
.
target
;
setUser
({
...
user
,
[
name
]:
value
});
console
.
log
(
user
);
//
console.log(user);
}
async
function
handleSubmit
()
{
...
...
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