From cbe7e27217c79e5e5d464cdc6e3572d9063f3510 Mon Sep 17 00:00:00 2001 From: yscha Date: Fri, 3 Apr 2026 17:46:43 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8,=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=95=84=EC=9B=83=20=EC=B6=94=EA=B2=A92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/session.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/session.ts b/src/store/session.ts index 998ac57..04b3158 100644 --- a/src/store/session.ts +++ b/src/store/session.ts @@ -46,6 +46,7 @@ const initialState: InitialState = { isLoggedIn: false, role: null, custNm: null, + sessionId: null, }, } -- 2.47.2