Skip to content

Commit

Permalink
Chore: 토스트 메시지 수정
Browse files Browse the repository at this point in the history
- CD 스크립트 변경 사항 테스트
  • Loading branch information
sscoderati committed Jan 5, 2024
1 parent cff9270 commit 06dca92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/admin/AdminLogin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const AdminLogin = () => {
},
onError: () => {
showToast({
message: "올바른 id, password를 입력해주세요.",
message: "올바른 id, password를 입력해주세요!",
type: "warning",
isDarkMode: false,
});
Expand Down

0 comments on commit 06dca92

Please sign in to comment.