add v2 login page

This commit is contained in:
Alex Holliday
2025-09-25 16:06:52 -07:00
parent 659162d60c
commit cb1e10f0a9
14 changed files with 445 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ export const createApp = ({ services, controllers, envSettings, frontendPath, op
cors({
origin: allowedOrigin,
methods: "GET,HEAD,PUT,PATCH,POST,DELETE,OPTIONS",
allowedHeaders: "*",
allowedHeaders: ["Content-Type", "Authorization"],
credentials: true,
})
);