Feat idp-review-user-profile.ftl #164

This commit is contained in:
garronej
2022-09-09 12:55:57 +02:00
parent bbaa90e997
commit 1b37ba5339
6 changed files with 79 additions and 6 deletions

View File

@ -430,5 +430,13 @@ export const kcContextMocks: KcContextBase[] = [
attributes,
attributesByName
}
}),
id<KcContextBase.IdpReviewUserProfile>({
...kcContextCommonMock,
"pageId": "idp-review-user-profile.ftl",
"profile": {
attributes,
attributesByName
}
})
];