This commit is contained in:
garronej
2023-04-27 11:52:02 +02:00
parent b2a81d880d
commit 5816f25c3e
9 changed files with 29 additions and 11 deletions

View File

@ -104,6 +104,7 @@ const attributesByName = Object.fromEntries(attributes.map(attribute => [attribu
export const kcContextCommonMock: KcContext.Common = {
"keycloakifyVersion": "0.0.0",
"themeType": "login",
"url": {
"loginAction": "#",
"resourcesPath": pathJoin(PUBLIC_URL, resourcesDirPathRelativeToPublicDir),