diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index ad043153..bd5d8259 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -72,7 +72,7 @@ const routes: Routes = [ }, { path: 'profile', component: UserProfileComponent, - canActivate: [AuthGuard], data: { roles: ['individual','orgAdmin'] } + canActivate: [AuthGuard], data: { roles: [] } }, { path: 'my-offerings', component: SellerOfferingsComponent, diff --git a/src/app/pages/user-profile/profile-sections/billing-info/billing-info.component.html b/src/app/pages/user-profile/profile-sections/billing-info/billing-info.component.html index fd495793..ec2517d5 100644 --- a/src/app/pages/user-profile/profile-sections/billing-info/billing-info.component.html +++ b/src/app/pages/user-profile/profile-sections/billing-info/billing-info.component.html @@ -26,9 +26,11 @@
This field is mandatory.
- } + }