From a11c41c95429efc754e2da2bbd525383d3910485 Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Mon, 21 Oct 2024 00:46:53 +0200 Subject: [PATCH] Fix error page during login --- infrastructure/web/routes/login.js | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/web/routes/login.js b/infrastructure/web/routes/login.js index 1ceaf93..f80527d 100644 --- a/infrastructure/web/routes/login.js +++ b/infrastructure/web/routes/login.js @@ -46,6 +46,7 @@ router.post( title: `${config.http.branding[0]} | Your temporary Inbox`, purgeTime: purgeTime, username: randomWord(), + domains: helper.shuffleArray(config.email.domains), branding: config.http.branding, }) }