Merged PR 2596: fix build error

fix build error

Related work items: #24648
This commit is contained in:
Robert Bond
2026-09-02 12:37:32 +00:00
parent b95a20a980
commit 4e9d585566
4 changed files with 38 additions and 10 deletions
+3 -3
View File
@@ -88,9 +88,9 @@ module.exports = {
"/details-about-cookies": ["common", "cookies"],
"/terms-and-conditions": ["common"],
"/account/passwordreset": ["common", "home"],
"/auth/signin": ["common", "common", "auth"],
"/auth/verify-request": ["common", "common", "auth"],
"/auth/error": ["common", "common", "auth"],
"/auth/signin": ["common", "account", "auth"],
"/auth/verify-request": ["common", "account", "auth"],
"/auth/error": ["common", "account", "auth"],
"/admin": ["case"]
}
};