From 932275e4d4e71855c96efb4c27cfd4ce7a494fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 9 Mar 2026 14:00:26 +0800 Subject: [PATCH] Remove abandoned confirm-password feature hidden with v-show=false Co-Authored-By: Claude Opus 4.6 --- .../ModalAccountEditCreate.vue | 83 ------------------- 1 file changed, 83 deletions(-) diff --git a/src/views/AccountManagement/ModalAccountEditCreate.vue b/src/views/AccountManagement/ModalAccountEditCreate.vue index 51bcef4..a951e30 100644 --- a/src/views/AccountManagement/ModalAccountEditCreate.vue +++ b/src/views/AccountManagement/ModalAccountEditCreate.vue @@ -169,89 +169,6 @@ -
- - - {{ i18next.t("AcctMgmt.ConfirmPassword") }} - - -
- - eye - eye -
-
- -
- ! - - {{ isPwdMatched ? "" : i18next.t("AcctMgmt.PwdNotMatch") }} - -
-
- -
- ! - - {{ - isPwdLengthValid ? "" : i18next.t("AcctMgmt.PwdLengthNotEnough") - }} - -
-