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, }) }