7 lines
357 B
JavaScript
7 lines
357 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.kcContext = void 0;
|
||
|
var ftlValuesGlobalName_1 = require("../bin/build-keycloak-theme/ftlValuesGlobalName");
|
||
|
var id_1 = require("evt/tools/typeSafety/id");
|
||
|
exports.kcContext = id_1.id(window[ftlValuesGlobalName_1.ftlValuesGlobalName]);
|
||
|
//# sourceMappingURL=kcContext.js.map
|