Skip to content

Commit

Permalink
HOTFIX: inviteSigninpage 빠진 데이터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
eastfilmm committed Jun 9, 2024
1 parent 3208dfe commit 10a07fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/login/InviteSigninPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const InviteSigninPage: React.FC = () => {

localStorage.setItem('selectedWorkSpace', workspaceName as string);
localStorage.setItem('selectedWorkSpaceId', workspaceIdParam as string);
localStorage.setItem('personalName', response.result.personalName);

navigate('/');
return message.success('로그인 및 초대 성공.');
Expand Down

0 comments on commit 10a07fa

Please sign in to comment.