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.