Skip to content

Commit

Permalink
fix :: 오타수정 선셍님 -> 선생님
Browse files Browse the repository at this point in the history
  • Loading branch information
wjzlskxk committed Dec 20, 2024
1 parent 43a84c9 commit 45da362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/auth/useSignin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const useSignin = () => {
const { data } = await AuthRepositoryImpl.signIn(validSigninData);

if (data.member.role !== "TEACHER" && data.member.role !== "ADMIN") {
B1ndToast.showInfo("선셍님 계정으로 로그인 해주세요.");
B1ndToast.showInfo("선생님 계정으로 로그인 해주세요.");
return;
}

Expand Down

0 comments on commit 45da362

Please sign in to comment.