Done implementing the templates and the two first pages
This commit is contained in:
@ -58,7 +58,7 @@ const logger = getLogger({ isSilent });
|
||||
Object.keys(record).forEach(themeType => {
|
||||
const recordForPageType = record[themeType];
|
||||
|
||||
if (themeType !== "login") {
|
||||
if (themeType !== "login" && themeType !== "account") {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user