로그인, 로그아웃 추격2 #136

Merged
ysCha merged 1 commits from dev_cha into dev 2026-04-03 17:47:30 +09:00
Showing only changes of commit cbe7e27217 - Show all commits

View File

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