diff --git a/services/tenant-ui/src/routes/router.ts b/services/tenant-ui/src/routes/router.ts index 443373d56..9abd15ad6 100644 --- a/services/tenant-ui/src/routes/router.ts +++ b/services/tenant-ui/src/routes/router.ts @@ -22,7 +22,6 @@ router.use(express.json()); // For the secured innkeepr OIDC login request to verify the token and get a token from Traction router.get( "/innkeeperLogin", - // @ts-ignore secure(jwksService), async (req: any, res: Response, next: NextFunction) => { try {