userpage: register routes on reverse proxy subfolder

fixes #289.
This commit is contained in:
Harvey Tindall
2023-10-02 09:45:38 +01:00
parent 5a2d3d2ee2
commit ff1ea8549a
2 changed files with 19 additions and 21 deletions
-1
View File
@@ -556,7 +556,6 @@ changePasswordButton.addEventListener("click", () => {
}
});
});
// FIXME: Submit & Validate
document.addEventListener("details-reload", () => {
_get("/my/details", null, (req: XMLHttpRequest) => {