From 21910c7bcefe6ed67d59de00d8319fa1d53c54ad Mon Sep 17 00:00:00 2001 From: KANGYONGSU23 Date: Tue, 7 Nov 2023 15:26:43 +0900 Subject: [PATCH] =?UTF-8?q?fix=20::=20=EA=B9=A8=EC=A7=84=20=EB=B7=B0=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apis/user/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apis/user/index.ts b/src/apis/user/index.ts index 43f5929..405f891 100644 --- a/src/apis/user/index.ts +++ b/src/apis/user/index.ts @@ -24,8 +24,8 @@ export const Login = (body: RequestBody, checkBoxValue: boolean) => { onSuccess: (res) => { if (res.authority !== "STUDENT" && res.authority !== "DEVELOPER") { append({ - title: "해당 서비스를 사용할 수 없는 계정입니다.", - message: "", + title: "", + message: "해당 서비스를 이용할 수 없는 계정입니다.", type: "RED", }); } else {