From 604b83480b12a06e0f8840b06619759fbeef4ad4 Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 15 Jul 2026 15:09:15 +0800 Subject: [PATCH] CR-024 update --- src/layout/MainLayout/Header/index.js | 14 -------------- src/pages/Setting/HkidKeyMigration/index.js | 3 +-- src/pages/Setting/UserPiiEncryption/index.js | 2 +- 3 files changed, 2 insertions(+), 17 deletions(-) diff --git a/src/layout/MainLayout/Header/index.js b/src/layout/MainLayout/Header/index.js index 7f18891..335cc59 100644 --- a/src/layout/MainLayout/Header/index.js +++ b/src/layout/MainLayout/Header/index.js @@ -516,20 +516,6 @@ function Header(props) { {isGranted("MAINTAIN_SETTING") ? ( <> -
  • - - - HKID Key Migration - - -
  • -
  • - - - User PII Encryption - - -
  • diff --git a/src/pages/Setting/HkidKeyMigration/index.js b/src/pages/Setting/HkidKeyMigration/index.js index 15d091f..dce2e9a 100644 --- a/src/pages/Setting/HkidKeyMigration/index.js +++ b/src/pages/Setting/HkidKeyMigration/index.js @@ -64,7 +64,7 @@ const HkidKeyMigration = () => {
    - HKID Key Migration + Encryption Key Migration
    @@ -74,7 +74,6 @@ const HkidKeyMigration = () => { Re-encrypt identification and checkDigit from the legacy key to the new key. - Ensure Tomcat has both security.hkid-secret and security.hkid-secret-legacy configured before running.