Merge pull request #293 from 0x-Void/add-select-authenticator-page

Add support for the select-authenticator.ftl page
This commit is contained in:
Joseph Garrone
2023-04-01 16:31:45 +02:00
committed by GitHub
5 changed files with 133 additions and 2 deletions

View File

@ -35,7 +35,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;