feat: add select-authenticator page

This commit is contained in:
Void
2023-03-31 17:38:22 +02:00
parent b0db8caf65
commit e7837aea88
5 changed files with 133 additions and 2 deletions

View File

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