From e8d11aa78be1784a466bc4249e5a14f95d0b22e5 Mon Sep 17 00:00:00 2001
From: Kelvin Luu
Date: Wed, 12 Oct 2022 02:23:14 -0700
Subject: [PATCH] Update support email
---
frontend/src/App/Error/ErrorView.jsx | 4 ++--
frontend/src/App/LoginPage/index.jsx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/frontend/src/App/Error/ErrorView.jsx b/frontend/src/App/Error/ErrorView.jsx
index b2b595d..9c10ebe 100644
--- a/frontend/src/App/Error/ErrorView.jsx
+++ b/frontend/src/App/Error/ErrorView.jsx
@@ -30,9 +30,9 @@ class ErrorPage extends React.Component {
return;
}
- const primarySupportEmail = "kelvin.t.luu@omb.eop.gov";
+ const primarySupportEmail = "kelvin.t.luu2@omb.eop.gov";
const secondarySupportEmails =
- "neil.s.sharma@omb.eop.gov;william.slack@cms.hhs.gov";
+ "william.slack@cms.hhs.gov";
const subject = "Resume Review - Support Request";
const messageBody = `Error ID: ${errorId}%0D%0A%0D%0APlease describe the error you encountered:`;
const mailToLink = `mailto:${primarySupportEmail}?subject=${subject}&cc=${secondarySupportEmails}&body=${messageBody}`;
diff --git a/frontend/src/App/LoginPage/index.jsx b/frontend/src/App/LoginPage/index.jsx
index 956fb7f..7e46dbc 100644
--- a/frontend/src/App/LoginPage/index.jsx
+++ b/frontend/src/App/LoginPage/index.jsx
@@ -110,7 +110,7 @@ class LoginPage extends React.Component {
required for the specified position. HR can review written
justification statements. If you have any trouble using this
website, please contact{" "}
- Kelvin Luu.
+ Kelvin Luu.
{LoginButton}