링크는 내부여서 외부인 a로 바꿈
This commit is contained in:
@@ -6,15 +6,15 @@ import Link from "next/link";
|
|||||||
|
|
||||||
const LoginForm = () => {
|
const LoginForm = () => {
|
||||||
|
|
||||||
const requestUrl = 'https://kauth.kakao.com/oauth/authorize?client_id=a1d6afef2d4508a10a498b7069f67496&redirect_uri=http://localhost:9001/login/oauth-kakao-authorize&response_type=code'
|
const requestUrl = 'https://kauth.kakao.com/oauth/authorize?client_id=a1d6afef2d4508a10a498b7069f67496&redirect_uri=http://localhost:9001/oauth/oauth-kakao-authorize&response_type=code'
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Link href={requestUrl}>
|
<a href={requestUrl}>
|
||||||
<button type="button">
|
<button type="button">
|
||||||
<img src={loginButton.src} alt="카카오톡 로그인" />
|
<img src={loginButton.src} alt="카카오톡 로그인" />
|
||||||
</button>
|
</button>
|
||||||
</Link>
|
</a>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user