diff --git a/auth-web/package-lock.json b/auth-web/package-lock.json index b576b1fb54..63b19b4be0 100644 --- a/auth-web/package-lock.json +++ b/auth-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth-web", - "version": "2.6.31", + "version": "2.6.32", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth-web", - "version": "2.6.31", + "version": "2.6.32", "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 5bbb0ab387..1870fe5358 100644 --- a/auth-web/package.json +++ b/auth-web/package.json @@ -1,6 +1,6 @@ { "name": "auth-web", - "version": "2.6.31", + "version": "2.6.32", "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 095ab4817b..663f3f8882 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 @@ -389,7 +389,6 @@ export default class AccountInfo extends Mixins( private async setup () { this.setAccountDetails() await this.syncAddress() - // show this part only account is not anon if (!this.anonAccount) { this.originalAddress = this.currentOrgAddress @@ -402,6 +401,9 @@ export default class AccountInfo extends Mixins( this.$refs.editAccountForm?.validate() // validate form fields and show error message // SBTODO create a method in child comp this.$refs.mailingAddress?.triggerValidate() // validate form fields and show error message for address component from sbc-common-comp + } else { + this.isCompleteAccountInfo = true + this.errorMessage = '' } } else { // inorder to hide the address if not premium account diff --git a/auth-web/src/components/auth/account-settings/account-info/AccountMailingAddress.vue b/auth-web/src/components/auth/account-settings/account-info/AccountMailingAddress.vue index d2549f69d9..1f53db3512 100644 --- a/auth-web/src/components/auth/account-settings/account-info/AccountMailingAddress.vue +++ b/auth-web/src/components/auth/account-settings/account-info/AccountMailingAddress.vue @@ -17,7 +17,7 @@
-