From 6f4beb368563b3817a4065c75ccf0344c21c50e5 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Thu, 12 Mar 2026 20:32:31 +0100 Subject: [PATCH] Fix public frontend SMTP password typo --- apps/nxtgauge-frontendwebsite/base/secret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nxtgauge-frontendwebsite/base/secret.yaml b/apps/nxtgauge-frontendwebsite/base/secret.yaml index e3219b5..e40b138 100644 --- a/apps/nxtgauge-frontendwebsite/base/secret.yaml +++ b/apps/nxtgauge-frontendwebsite/base/secret.yaml @@ -11,4 +11,4 @@ stringData: MAIL_SMTP_SECURE: "false" MAIL_SMTP_STARTTLS: "true" MAIL_SMTP_USER: "noreply@nxtgauge.com" - MAIL_SMTP_PASS: "Nxtguage@1128" + MAIL_SMTP_PASS: "Nxtgauge@1128"