Browse Source

change the manage profile page url

pull/8124/head
mehmet-erim 5 years ago
parent
commit
e34575cd40
  1. 2
      npm/ng-packs/packages/account/config/src/providers/route.provider.ts
  2. 2
      npm/ng-packs/packages/account/src/lib/account-routing.module.ts

2
npm/ng-packs/packages/account/config/src/providers/route.provider.ts

@ -29,7 +29,7 @@ export function configureRoutes(routes: RoutesService) {
order: 2,
},
{
path: '/account/manage-profile',
path: '/account/manage',
name: eAccountRouteNames.ManageProfile,
parentName: eAccountRouteNames.Account,
order: 3,

2
npm/ng-packs/packages/account/src/lib/account-routing.module.ts

@ -78,7 +78,7 @@ const routes: Routes = [
],
},
{
path: 'manage-profile',
path: 'manage',
component: ReplaceableRouteContainerComponent,
canActivate: [AuthGuard],
data: {

Loading…
Cancel
Save