Skip to content

Commit 90a0447

Browse files
authored
Merge pull request #45 from quddlr9015/feature-language_support
cookie problem
2 parents 522d12d + 7b48bc6 commit 90a0447

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/auth/auth.controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export default class AuthController {
5050
// 2. 이 과정에서 passport-google-oauth20 전략이 사용되며, google.strategy.ts에 정의된 설정(clientID, clientSecret 등)을 사용합니다.
5151
// 3. 사용자가 구글에서 인증을 완료하면 callbackURL로 지정된 '/google/callback' 엔드포인트로 리다이렉트됩니다.
5252
@Get('/google/login')
53-
@UseGuards(AuthGuard('google'))
5453
async googleAuth(@Req() req, @Res() res: Response) {
5554
const locale = req.query.state || 'en';
5655
// passport.authenticate에 state 전달

0 commit comments

Comments
 (0)