From eaa0d7e8203144d00a15811e20894314555f0394 Mon Sep 17 00:00:00 2001 From: hanwha Date: Wed, 16 Jul 2025 12:54:37 +0900 Subject: [PATCH] modify --- src/app/components/LoginForm.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/components/LoginForm.tsx b/src/app/components/LoginForm.tsx index 6e6ebd2..7f09e63 100644 --- a/src/app/components/LoginForm.tsx +++ b/src/app/components/LoginForm.tsx @@ -8,12 +8,7 @@ const LoginForm = () => { const [pw, setPw] = useState('') //PW const [param, setParam] = useState() - const login = () => { - - axios.post('login/oauth-kakao', { - - }) - } + const login = return ( <> @@ -30,4 +25,6 @@ const LoginForm = () => { ) -} \ No newline at end of file +} + +export default LoginForm; \ No newline at end of file