Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bf51cd1

Browse files
committed
fix : 카카오 로그인 오타 수정
1 parent d96ef07 commit bf51cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎BE/apps/api-server/src/strategies/kakao.strategy.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class KakaoStrategy extends PassportStrategy(Strategy, 'kakao') {
88
constructor(private readonly configService: ConfigService) {
99
super({
1010
clientID: configService.get<string>('KAKAO_CLIENT_ID'),
11-
clientSecret: configService.get<string>('KAKAO_CLIENT'),
11+
clientSecret: configService.get<string>('KAKAO_SECRET'),
1212
callbackURL: configService.get<string>('KAKAO_CALLBACK_URL'),
1313
});
1414
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /