diff --git a/store-front/src/app/components/my-account/my-account.component.ts b/store-front/src/app/components/my-account/my-account.component.ts index 25ca601..7425b98 100644 --- a/store-front/src/app/components/my-account/my-account.component.ts +++ b/store-front/src/app/components/my-account/my-account.component.ts @@ -40,6 +40,7 @@ export class MyAccountComponent implements OnInit { }, error=>{ this.loggedIn=false; + this.loginError=true; } ); } diff --git a/store-front/src/app/components/my-profile/my-profile.component.ts b/store-front/src/app/components/my-profile/my-profile.component.ts index c11208c..196aaf9 100644 --- a/store-front/src/app/components/my-profile/my-profile.component.ts +++ b/store-front/src/app/components/my-profile/my-profile.component.ts @@ -151,6 +151,8 @@ export class MyProfileComponent implements OnInit { onUpdatePayment(payment:UserPayment) { this.userPayment = payment; this.userBilling = payment.userBilling; + this.selectedBillingTab = 1; + } onRemovePayment(id:number) {