Skip to content

Commit

Permalink
fix: Server Domain
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo committed Jan 11, 2024
1 parent 039fd88 commit f840236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<div class="col align-items-center flex-col sign-in">
<div class="form-wrapper align-items-center">
<div class="form sign-in">
<a id="kakao-login-btn" onclick="toggle()" style="cursor: pointer;" href="https://kauth.kakao.com/oauth/authorize?response_type=code&client_id=3d93f617a4d6fc388877925283f37797&redirect_uri=http://localhost:8081/login.html">
<a id="kakao-login-btn" onclick="toggle()" style="cursor: pointer;" href="https://kauth.kakao.com/oauth/authorize?response_type=code&client_id=3d93f617a4d6fc388877925283f37797&redirect_uri=https://yourprotein.shop/login.html">
<img src="/img/kako_login.png" width="auto"
alt="카카오 로그인" />
</a>
Expand Down

0 comments on commit f840236

Please sign in to comment.