mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
@@ -25,7 +25,7 @@ interface userWindow extends GlobalWindow {
|
||||
declare var window: userWindow;
|
||||
|
||||
// const basePath = window.location.pathname.replace("/password/reset", "");
|
||||
const basePath = window.pages.MyAccount;
|
||||
const basePath = window.pages.Base + window.pages.MyAccount;
|
||||
|
||||
const theme = new ThemeManager(document.getElementById("button-theme"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user