feat: add update-email.ftl page

This commit is contained in:
Justus Jylhä
2023-03-27 13:02:44 +03:00
parent c6ce6d1b49
commit 1669c38bc9
5 changed files with 109 additions and 2 deletions

View File

@ -35,7 +35,8 @@ export const loginThemePageIds = [
"login-config-totp.ftl",
"logout-confirm.ftl",
"update-user-profile.ftl",
"idp-review-user-profile.ftl"
"idp-review-user-profile.ftl",
"update-email.ftl"
] as const;
export const accountThemePageIds = ["password.ftl", "account.ftl"] as const;