Commit 8447fada authored by 우지원's avatar 우지원
Browse files

alert 추가

parent b84511b5
...@@ -63,6 +63,7 @@ function LogIn() { ...@@ -63,6 +63,7 @@ function LogIn() {
//success시 링크이동 //success시 링크이동
if (success) { if (success) {
console.log('success', success) console.log('success', success)
alert('로그인 되었습니다!')
return <Redirect to='/' /> return <Redirect to='/' />
} }
......
...@@ -71,6 +71,7 @@ function SingUp() { ...@@ -71,6 +71,7 @@ function SingUp() {
if (success) { if (success) {
console.log('success', success) console.log('success', success)
alert('회원가입이 완료되었습니다!')
return <Redirect to='/login' /> return <Redirect to='/login' />
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment