Feat sml-post-form.ftl #277

This commit is contained in:
garronej
2023-04-20 20:51:46 +02:00
parent e7c20547f8
commit 4f1182a230
7 changed files with 106 additions and 5 deletions

View File

@ -21,7 +21,8 @@ export const loginThemePageIds = [
"update-user-profile.ftl",
"idp-review-user-profile.ftl",
"update-email.ftl",
"select-authenticator.ftl"
"select-authenticator.ftl",
"saml-post-form.ftl"
] as const;
export const accountThemePageIds = ["password.ftl", "account.ftl"] as const;