Add support for login-password.ftl

This commit is contained in:
Mary Strodl
2022-10-04 15:01:08 -04:00
parent 4dde5b6e45
commit 6a0a170b17
5 changed files with 137 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import { Reflect } from "tsafe/Reflect";
export const pageIds = [
"login.ftl",
"login-username.ftl",
"login-password.ftl",
"register.ftl",
"register-user-profile.ftl",
"info.ftl",