diff --git a/packages/api/src/auth/auth.controller.ts b/packages/api/src/auth/auth.controller.ts index 5dccdf0..910faf3 100644 --- a/packages/api/src/auth/auth.controller.ts +++ b/packages/api/src/auth/auth.controller.ts @@ -3,6 +3,7 @@ import { BadRequest, Unauthorized } from "@outwalk/firefly/errors"; import { UserService } from "@/user/user.service"; import { User } from "@/user/user.entity"; import { Request } from "express"; +import sendToWebhook from "@/logging/webhook"; @Controller() export class AuthController {