Support OTP #4

This commit is contained in:
garronej
2021-05-01 14:55:58 +02:00
parent 7800d125b2
commit 0163459ad6
6 changed files with 211 additions and 2 deletions

View File

@ -14,7 +14,8 @@ import { ftlValuesGlobalName } from "../ftlValuesGlobalName";
export const pageIds = [
"login.ftl", "register.ftl", "info.ftl",
"error.ftl", "login-reset-password.ftl",
"login-verify-email.ftl", "terms.ftl"
"login-verify-email.ftl", "terms.ftl",
"login-otp.ftl"
] as const;
export type PageId = typeof pageIds[number];