Skip to content

Commit

Permalink
fix :: 깨진 뷰 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KANGYONGSU23 committed Nov 7, 2023
1 parent f5cf7ab commit 21910c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apis/user/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 21910c7

Please sign in to comment.