Skip to content

Commit

Permalink
Merge pull request #176 from Juinjang/feat/#164_yeoni
Browse files Browse the repository at this point in the history
fix(#164) : kakaoadminkey 타입 수정
  • Loading branch information
2hy2on authored Aug 11, 2024
2 parents 1559026 + 4c9c4e9 commit cbec54e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class OAuthService {
private KakaoUnlinkClient kakaoUnlinkClient;

@Value("${security.oauth2.client.registration.kakao.admin-key}")
private Long kakaoAdminKey;
private String kakaoAdminKey;

// 카카오 로그인 (회원가입된 경우)
// 프론트에서 받은 사용자 정보로 accessToken, refreshToken 발급
Expand Down

0 comments on commit cbec54e

Please sign in to comment.