From 0a469dcca05dcda691871e5f4244fb3908564c32 Mon Sep 17 00:00:00 2001 From: wanlingt <56983748+wanlingt@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:54:17 +0800 Subject: [PATCH] feat: add Not Applicable to MyInfo occupations list (#7032) * feat: add Not Application to occupations list * feat: change e-service contact email --- .../settings/components/AuthSettingsSection/EsrvcIdBox.tsx | 2 +- shared/constants/field/myinfo/myinfo-occupations.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/features/admin-form/settings/components/AuthSettingsSection/EsrvcIdBox.tsx b/frontend/src/features/admin-form/settings/components/AuthSettingsSection/EsrvcIdBox.tsx index c7bf034e6f..36309201b8 100644 --- a/frontend/src/features/admin-form/settings/components/AuthSettingsSection/EsrvcIdBox.tsx +++ b/frontend/src/features/admin-form/settings/components/AuthSettingsSection/EsrvcIdBox.tsx @@ -65,7 +65,7 @@ export const EsrvcIdBox = ({ case FormAuthType.SP: case FormAuthType.CP: case FormAuthType.MyInfo: - return 'Contact spcp.transoffice@accenture.com for your e-service ID' + return 'Contact askNDI@tech.gov.sg for your e-service ID' default: return '' } diff --git a/shared/constants/field/myinfo/myinfo-occupations.ts b/shared/constants/field/myinfo/myinfo-occupations.ts index c93802234e..1845dc54bd 100644 --- a/shared/constants/field/myinfo/myinfo-occupations.ts +++ b/shared/constants/field/myinfo/myinfo-occupations.ts @@ -1,4 +1,5 @@ export const myInfoOccupations = [ + 'Not Applicable', '2nd Engineer (Special Limit)', '2nd/3rd/4th Mate', '3d Modeller',