Skip to content

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
O-h-y-o committed Jun 30, 2023
1 parent 612e492 commit bd50b9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/ko/posts/info/kakao-easy-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ const link = `https://kauth.kakao.com/oauth/authorize?client_id=${process.env.KA
:::

카카오 로그인 을 누르면 다음과 같이 나오게 되고, 동의하고 계속하기를 하면 설정해둔 redirect uri로 이동하게 됩니다.
<img src="https://developers.kakao.com/docs/latest/ko/assets/style/images/kakaologin/kakaologin_code.png" />

<!-- <img src="https://developers.kakao.com/docs/latest/ko/assets/style/images/kakaologin/kakaologin_code.png" /> -->

::: info

Expand Down
3 changes: 2 additions & 1 deletion src/posts/info/kakao-easy-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ const link = `https://kauth.kakao.com/oauth/authorize?client_id=${process.env.KA
:::

If you press Kakao Login, the following will appear, and if you agree and continue, you will be moved to the redirect uri you have set up.
<img src="https://developers.kakao.com/docs/latest/ko/assets/style/images/kakaologin/kakaologin_code.png" />

<!-- <img src="https://developers.kakao.com/docs/latest/ko/assets/style/images/kakaologin/kakaologin_code.png" /> -->

::: info

Expand Down

0 comments on commit bd50b9c

Please sign in to comment.