Fix previous release (changelog ignore)
This commit is contained in:
parent
85d3b40b8e
commit
4a084f5859
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user