Merge pull request '로그인, 로그아웃 추격2' (#136) from dev_cha into dev

Reviewed-on: #136
This commit is contained in:
ysCha 2026-04-03 17:47:30 +09:00
commit 1aaa373213

View File

@ -46,6 +46,7 @@ const initialState: InitialState = {
isLoggedIn: false,
role: null,
custNm: null,
sessionId: null,
},
}