Move login page locations

This commit is contained in:
Owen
2026-05-15 17:44:43 -07:00
parent 50865f4265
commit 69e3ac3cd4
7 changed files with 1 additions and 1 deletions

View File

@@ -1182,7 +1182,7 @@ export async function getTraefikConfig(
config_output.http.middlewares![uiRewriteMiddlewareName] = {
replacePathRegex: {
regex: "^/(.*)",
replacement: `/${primaryType}`
replacement: `/auth/${primaryType}`
}
};