Render Markdown in Terms

This commit is contained in:
garronej
2022-09-09 17:24:43 +02:00
parent ef139ed1cc
commit 8cebf049d4
4 changed files with 9 additions and 5 deletions

View File

@ -426,7 +426,6 @@ export const kcContextMocks: KcContextBase[] = [
...kcContextCommonMock,
"pageId": "update-user-profile.ftl",
"profile": {
"context": "REGISTRATION_PROFILE" as const,
attributes,
attributesByName
}
@ -435,6 +434,7 @@ export const kcContextMocks: KcContextBase[] = [
...kcContextCommonMock,
"pageId": "idp-review-user-profile.ftl",
"profile": {
context: "IDP_REVIEW",
attributes,
attributesByName
}