diff --git a/src/components/account/find/AccountFindPassword.js b/src/components/account/find/AccountFindPassword.js index cbf089e..4569bf4 100644 --- a/src/components/account/find/AccountFindPassword.js +++ b/src/components/account/find/AccountFindPassword.js @@ -57,9 +57,11 @@ export const AccountFindPassword = props => { const [isCrtfy, setIsCrtfy] = useState(false); useEffect(() => { + setIsRunning(true); if (isRunning) clearInterval(timer); return () => { clearInterval(timer); + setIsRunning(false); }; }, []); @@ -413,7 +415,9 @@ export const AccountFindPassword = props => { 비밀번호 확인 - 새로운 비밀번호로 변경해 주세요. + + 새로운 비밀번호로 변경해 주세요. +