From 98db6496f2e54c35113f4b0f0384842443afed48 Mon Sep 17 00:00:00 2001 From: Adrian Galvan Date: Thu, 20 Jul 2023 12:34:25 -0700 Subject: [PATCH] Flagging sensitive inputs as passwords to mask values during entry (#3843) --- CHANGELOG.md | 1 + .../system_portal_config/forms/ConnectorParametersForm.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e88a968ee9..c92efdab0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ The types of changes are: ### Fixed - Privacy notice UI's list of possible regions now matches the backend's list [#3787](https://github.com/ethyca/fides/pull/3787) - Admin UI "property does not existing" build issue [#3831](https://github.com/ethyca/fides/pull/3831) +- Flagging sensitive inputs as passwords to mask values during entry [#3843](https://github.com/ethyca/fides/pull/3843) ## [2.16.0](https://github.com/ethyca/fides/compare/2.15.1...2.16.0) diff --git a/clients/admin-ui/src/features/datastore-connections/system_portal_config/forms/ConnectorParametersForm.tsx b/clients/admin-ui/src/features/datastore-connections/system_portal_config/forms/ConnectorParametersForm.tsx index d24d1d845a..0ab7017ebc 100644 --- a/clients/admin-ui/src/features/datastore-connections/system_portal_config/forms/ConnectorParametersForm.tsx +++ b/clients/admin-ui/src/features/datastore-connections/system_portal_config/forms/ConnectorParametersForm.tsx @@ -172,6 +172,7 @@ const ConnectorParametersForm: React.FC = ({ {item.type !== "integer" && (