Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-11 01:13:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ba19501565b0a91ac15cd747ecb2bfabb21d5ae8
ba195015
1 parent
9327611b
update AuthContainer
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
front/src/Routes/Auth/AuthContainer.js
front/src/Routes/Auth/AuthContainer.js
View file @
ba19501
...
...
@@ -92,11 +92,12 @@ export default () => {
try
{
// QL 을 통해서 data 를 가져온다.
const
{
data
:
{
login
},
//
?
data
:
{
login
},
//
AuthQueries 에 정의된 mutation 값
}
=
await
loginMutation
();
}
catch
(
e
)
{}
}
}
else
if
(
action
===
"signUp"
)
{
}
else
if
(
action
===
"confirm"
)
{
}
};
...
...
Please
register
or
login
to post a comment