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 Jul 1, 2023
1 parent bd50b9c commit eede404
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ko/posts/info/kakao-easy-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ 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
2 changes: 1 addition & 1 deletion src/ko/posts/info/naver-easy-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ order: 2

그 다음 서비스 URL 과 Callback URL 도 작성해줍시다.

<img src="../../../images/naver-login-01.png" />
<!-- <img src="../../../images/naver-login-01.png" /> -->

<br/> <br/>

Expand Down
2 changes: 1 addition & 1 deletion src/posts/info/kakao-easy-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ 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
2 changes: 1 addition & 1 deletion src/posts/info/naver-easy-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Save the Client ID of the registered application to env or other places.

Next, let's write the service URL and callback URL.

<img src="../../../images/naver-login-01.png" />
<!-- <img src="../../../images/naver-login-01.png" /> -->

<br/> <br/>

Expand Down

0 comments on commit eede404

Please sign in to comment.