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

@ -28,7 +28,8 @@ export const pageIds = [
"login-page-expired.ftl",
"login-config-totp.ftl",
"logout-confirm.ftl",
"update-user-profile.ftl"
"update-user-profile.ftl",
"idp-review-user-profile.ftl"
] as const;
export type BuildOptionsLike = BuildOptionsLike.Standalone | BuildOptionsLike.ExternalAssets;