diff --git a/package.json b/package.json index 7b904a8..9e6f9c0 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "qs": "^6.13.0", "react": "^18", "react-chartjs-2": "^5.2.0", + "react-cookie": "^7.2.0", "react-dom": "^18", "react-markdown": "^9.0.1", "react-query": "^3.39.3", @@ -35,6 +36,7 @@ "zustand": "^4.5.4" }, "devDependencies": { + "@types/cookies": "^0.9.0", "@types/lodash": "^4.17.7", "@types/node": "^20", "@types/qs": "^6.9.15", diff --git a/src/components/mypage/CertifyPassword.tsx b/src/components/mypage/CertifyPassword.tsx index 66e148e..b6efc7d 100644 --- a/src/components/mypage/CertifyPassword.tsx +++ b/src/components/mypage/CertifyPassword.tsx @@ -69,7 +69,7 @@ const CertifyPassword = ({ setStep }: CertifyPasswordType) => { {isValid ? ( ) : ( - )} diff --git a/src/components/sign/SignLayout.tsx b/src/components/sign/SignLayout.tsx index 87e66d2..1598af1 100644 --- a/src/components/sign/SignLayout.tsx +++ b/src/components/sign/SignLayout.tsx @@ -68,7 +68,7 @@ const SignLayout = () => { )}