Skip to content

Commit

Permalink
edit : apple login 링크 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bongsh0112 committed Dec 26, 2023
1 parent 1fdbee2 commit 2b4902b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ public String getAppleOauthLink(String referer) {
+ "?client_id="
+ oauthProperties.getAppleClientUrl()
+ "&redirect_uri="
+ oauthProperties.getAppleRedirectUrl()
+ referer
+ "apple/callback"
+ "&response_type=code&response_mode=query";
}

Expand Down

0 comments on commit 2b4902b

Please sign in to comment.