Compare commits

...

4 Commits

3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
### **0.3.13** (2021-03-26)
### **0.3.12** (2021-03-26)
- Fix mocksContext

View File

@ -1,6 +1,6 @@
{
"name": "keycloakify",
"version": "0.3.12",
"version": "0.3.13",
"description": "Keycloak theme generator for Reacts app",
"repository": {
"type": "git",

View File

@ -9,7 +9,7 @@ import { resourcesCommonPath, resourcesPath } from "./urlResourcesPath";
export const kcTemplateContext: KcContext.Template = {
"url": {
"loginAction": "#",
"resourcesPath": `/${resourcesPath}`,
"resourcesPath": `${process.env["PUBLIC_URL"]}/${resourcesPath}`,
"resourcesCommonPath": `${process.env["PUBLIC_URL"]}/${resourcesCommonPath}`,
"loginRestartFlowUrl": "/auth/realms/myrealm/login-actions/restart?client_id=account&tab_id=HoAx28ja4xg",
"loginUrl": "/auth/realms/myrealm/login-actions/authenticate?client_id=account&tab_id=HoAx28ja4xg",