(private prisma: PrismaService, private jwtService: JwtService)
| 12 | @Injectable({}) |
| 13 | export class AuthService { |
| 14 | constructor(private prisma: PrismaService, private jwtService: JwtService) {} |
| 15 | |
| 16 | // /google/callback route handler |
| 17 | async googleLoginCallback(code: string, res: Response) { |
nothing calls this directly
no outgoing calls
no test coverage detected