wcz-test 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2149,14 +2149,14 @@ var import_axios = __toESM(require("axios"), 1);
|
|
|
2149
2149
|
|
|
2150
2150
|
// src/services/UserService.ts
|
|
2151
2151
|
var import_keycloak_js = __toESM(require("keycloak-js"), 1);
|
|
2152
|
-
var
|
|
2152
|
+
var import_meta = {};
|
|
2153
2153
|
var keycloakConfig = {
|
|
2154
|
-
url:
|
|
2155
|
-
realm:
|
|
2156
|
-
clientId:
|
|
2157
|
-
idpHint:
|
|
2158
|
-
confidentialClientId:
|
|
2159
|
-
confidentialClientSecret:
|
|
2154
|
+
url: import_meta.env.VITE_KEYCLOAK_URL,
|
|
2155
|
+
realm: import_meta.env.VITE_KEYCLOAK_REALM,
|
|
2156
|
+
clientId: import_meta.env.VITE_KEYCLOAK_CLIENT_ID,
|
|
2157
|
+
idpHint: import_meta.env.VITE_KEYCLOAK_IDP_HINT,
|
|
2158
|
+
confidentialClientId: import_meta.env.VITE_KEYCLOAK_CONFIDENTIAL_CLIENT_ID,
|
|
2159
|
+
confidentialClientSecret: import_meta.env.VITE_KEYCLOAK_CONFIDENTIAL_CLIENT_SECRET
|
|
2160
2160
|
};
|
|
2161
2161
|
var _kc = new import_keycloak_js.default({
|
|
2162
2162
|
url: keycloakConfig.url,
|