Skip to content

Commit

Permalink
Merge pull request #145 from CLAT-Project/feat-OAuth2_Detail
Browse files Browse the repository at this point in the history
fix : 구글 로그인 관련 코드 오류 수정
  • Loading branch information
AKKDevMachine authored Jan 22, 2025
2 parents 55d684d + 8d2881f commit 0d4a8da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
@Slf4j
public class SocialClientRegistration {

@Value("{oauth2.google.client-secret}")
@Value("${oauth2.google.client-secret}")
String googleSecret;

@Value("{oauth2.naver.client-secret}")
@Value("${oauth2.naver.client-secret}")
String naverSecret;

public ClientRegistration naverClientRegistration() {
Expand Down

0 comments on commit 0d4a8da

Please sign in to comment.