From 9cf10f51084061b2fbd19ad04e0db21dc7f7d063 Mon Sep 17 00:00:00 2001 From: Cindy Chang Date: Thu, 29 Aug 2024 16:04:07 +0800 Subject: [PATCH] my account cancel button added --- src/i18n/en.json | 1 + src/views/AccountManagement/MyAccount.vue | 75 +++++++++++++++-------- 2 files changed, 51 insertions(+), 25 deletions(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index 325a9b7..45508fa 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -37,6 +37,7 @@ "Password": "Password", "ConfirmPassword": "Confirm Password", "UserInfo": "User Information", + "Session": "Session", "PwdNotMatch": "Confirm Password does not match.", "SetAsAdmin": "Set as admin.", "ActivateNow": "Activate now.", diff --git a/src/views/AccountManagement/MyAccount.vue b/src/views/AccountManagement/MyAccount.vue index c911f05..c31d4ff 100644 --- a/src/views/AccountManagement/MyAccount.vue +++ b/src/views/AccountManagement/MyAccount.vue @@ -1,6 +1,6 @@