Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
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
Overnap
2021-06-08 06:25:39 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a79c20427906f129f82a824b7745239063ee2ca7
a79c2042
1 parent
3fd2bc51
로그인 콜백에 username이 반영 안되는 버그 수정
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/pages/Login.tsx
web/src/pages/Login.tsx
View file @
a79c204
...
...
@@ -21,7 +21,7 @@ export const Login: React.FC = () => {
console.error('login error!'); // TODO: 팝업 에러?
}
});
}, []);
}, [
username
]);
return (
<Main>
...
...
Please
register
or
login
to post a comment