diff --git a/public/errorSound.mp3 b/public/errorSound.mp3 deleted file mode 100644 index b0048e9..0000000 Binary files a/public/errorSound.mp3 and /dev/null differ diff --git a/public/favicon.ico b/public/favicon.ico index a11777c..de4300b 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index aa069f2..e365bc5 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - React App + 고스락 관리자 페이지 diff --git a/public/notificationSound.mp3 b/public/notificationSound.mp3 new file mode 100644 index 0000000..60d4fcd Binary files /dev/null and b/public/notificationSound.mp3 differ diff --git a/public/qrSound.mp3 b/public/qrSound.mp3 new file mode 100644 index 0000000..977dc78 Binary files /dev/null and b/public/qrSound.mp3 differ diff --git a/public/successSound.mp3 b/public/successSound.mp3 deleted file mode 100644 index aae97e4..0000000 Binary files a/public/successSound.mp3 and /dev/null differ diff --git a/src/components/AuthPage/LoginPage.js b/src/components/AuthPage/LoginPage.js index f834a77..3e9f892 100644 --- a/src/components/AuthPage/LoginPage.js +++ b/src/components/AuthPage/LoginPage.js @@ -30,7 +30,6 @@ function LoginPage() { useEffect(() => { if (error) { - console.log(error); alert(error.errorMessage); } // pending 도 여기서 관리가능 @@ -38,7 +37,6 @@ function LoginPage() { }, [error]); const onSendMessageNumberHandler = () => { - console.log(phoneNumber, slackEmail); if (!phoneNumber.length) { return alert('전화번호를 입력해 주세요'); } diff --git a/src/components/LandingPage/LandingPage.js b/src/components/LandingPage/LandingPage.js index 2cc1358..3a14616 100644 --- a/src/components/LandingPage/LandingPage.js +++ b/src/components/LandingPage/LandingPage.js @@ -12,8 +12,6 @@ function Landing_Page() { dispatch(LandingPage()); }, [dispatch]); - console.log(data); - return (