From 983b405a85c691d8f716a06120045c4230c6e6ae Mon Sep 17 00:00:00 2001 From: Jia Xu Date: Fri, 7 Jun 2024 11:23:52 -0700 Subject: [PATCH] Fix show address at Account Info (#2859) * fix-showAddress * version --- auth-web/package-lock.json | 4 ++-- auth-web/package.json | 2 +- .../auth/account-settings/account-info/AccountInfo.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/auth-web/package-lock.json b/auth-web/package-lock.json index 0c4d3485fa..ed286016b2 100644 --- a/auth-web/package-lock.json +++ b/auth-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth-web", - "version": "2.6.27", + "version": "2.6.28", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth-web", - "version": "2.6.27", + "version": "2.6.28", "dependencies": { "@bcrs-shared-components/base-address": "2.0.3", "@bcrs-shared-components/bread-crumb": "1.0.8", diff --git a/auth-web/package.json b/auth-web/package.json index f6e0088899..374884b6de 100644 --- a/auth-web/package.json +++ b/auth-web/package.json @@ -1,6 +1,6 @@ { "name": "auth-web", - "version": "2.6.27", + "version": "2.6.28", "appName": "Auth Web", "sbcName": "SBC Common Components", "private": true, diff --git a/auth-web/src/components/auth/account-settings/account-info/AccountInfo.vue b/auth-web/src/components/auth/account-settings/account-info/AccountInfo.vue index 466703f243..8dfcf9c47b 100644 --- a/auth-web/src/components/auth/account-settings/account-info/AccountInfo.vue +++ b/auth-web/src/components/auth/account-settings/account-info/AccountInfo.vue @@ -157,7 +157,7 @@