bugfix, ts target stuff

This commit is contained in:
2025-03-11 22:59:00 -07:00
parent a74ffc453e
commit a6ecf7df88
4 changed files with 8 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ const authRouter: Router = Router();
import { login, callback, refresh, logout } from "../controllers/auth.ts";
import { isAuthenticated } from "../middleware/authCheck.ts";
import { validate } from "../validators/index.ts";
// import { validate } from "../validators/index.ts";
authRouter.get("/login", login);