Update kcContext def

This commit is contained in:
garronej 2022-09-09 14:37:27 +02:00
parent a44f091878
commit d717de006a

View File

@ -276,7 +276,6 @@ export declare namespace KcContextBase {
export type UpdateUserProfile = Common & {
pageId: "update-user-profile.ftl";
profile: {
context: "REGISTRATION_PROFILE";
attributes: Attribute[];
attributesByName: Record<string, Attribute>;
};
@ -285,6 +284,7 @@ export declare namespace KcContextBase {
export type IdpReviewUserProfile = Common & {
pageId: "idp-review-user-profile.ftl";
profile: {
context: "IDP_REVIEW";
attributes: Attribute[];
attributesByName: Record<string, Attribute>;
};