Merge branch 'createNewLicenseType' of https://github.com/Tria-plc/emaui into createNewLicenseType

This commit is contained in:
Estifo77
2026-09-02 14:18:35 +03:00
12 changed files with 784 additions and 43 deletions

View File

@@ -104,10 +104,7 @@ const UM_CONFIG: DesignConfig = {
const UM_RUNTIME = {
basename: "/um",
// Keep the embedded IAM module on the same API as the backoffice client.
// When VITE_BASE_API_URL is absent locally, passing undefined makes iamui
// fall back to its remote development server, where the local JWT is
// rejected and the module redirects to its login page.
apiUrl: import.meta.env.VITE_BASE_API_URL ?? "http://localhost:3000/api",
apiUrl: import.meta.env.VITE_BASE_API_URL ?? "https://ema-api-dev.triaplc.com/api",
};
const buttonStyle: React.CSSProperties = {