From 444fbf0ba11506db5af3c865da277ef1ed2d893c Mon Sep 17 00:00:00 2001 From: Le Deng Date: Thu, 9 Mar 2017 17:06:41 -0500 Subject: [PATCH] latest --- .../src/app/components/my-account/my-account.component.ts | 1 + .../src/app/components/my-profile/my-profile.component.ts | 2 ++ 2 files changed, 3 insertions(+) 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) {