Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김건희
/
OSSW_Weather_Briefing
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김건희
2022-05-25 11:14:47 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b8117a424533092afb72ffb513bda03bf2c2270b
b8117a42
1 parent
31fde4e5
[Merge] 'feature/redux' into 'frontend'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
weather_briefing/src/component/views/RegisterPage/RegisterPage.js
weather_briefing/src/component/views/RegisterPage/RegisterPage.js
View file @
b8117a4
...
...
@@ -104,6 +104,7 @@ function RegisterPage(props) {
gender
:
Sex
,
};
// 액션생성함수
dispatch
(
register
(
UserData
));
registerResult
.
then
((
result
)
=>
{
console
.
log
(
result
);
...
...
Please
register
or
login
to post a comment