Skip to content

Commit

Permalink
fix: 실수..수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatozil committed Apr 5, 2024
1 parent 8e6d62a commit 2f1640a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/auth/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ export class AuthController {
}

@Get('/signin-google')
async findOrCreateUserWithGoogle(
@Query('code') code: any,
@Res() res: Response,
) {
async signinGoogle(@Query('code') code: any, @Res() res: Response) {
console.log('google code: ', code);

const accessToken = await this.googleAuthService.getAccessToken(code);
Expand Down

0 comments on commit 2f1640a

Please sign in to comment.