From da88857defdc7ca176c54b94f260e0f7685a7d83 Mon Sep 17 00:00:00 2001 From: Daeki Yoon <dowellware@gmail.com> Date: Tue, 26 Jul 2022 11:49:52 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=ED=95=A0=20?= =?UTF-8?q?=EB=95=8C=20=EB=A1=9C=EC=BB=AC=EC=A0=80=EC=9E=A5=EC=86=8C?= =?UTF-8?q?=EC=97=90=20=EC=97=AD=ED=95=A0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/auth/auth.helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/auth/auth.helper.ts b/frontend/src/auth/auth.helper.ts index d26654c..e1b1e9e 100644 --- a/frontend/src/auth/auth.helper.ts +++ b/frontend/src/auth/auth.helper.ts @@ -18,6 +18,7 @@ export const handleLogin = async (email: string, password: string) => { LOCAL_USER_INFO, JSON.stringify({ isLoggedIn: user.isLoggedIn, + role: user.role, }) ); return user; @@ -58,4 +59,3 @@ export const getLocalUser = () => { } return user; }; - -- GitLab