Merge branch 'feature/change-password'
This commit is contained in:
@@ -21,6 +21,7 @@ import {
|
||||
xIcon,
|
||||
chevronDownIcon,
|
||||
lockIcon,
|
||||
gearIcon,
|
||||
} from '@progress/kendo-svg-icons';
|
||||
import { AuthService, UserInfo } from '../../shared/services/auth.service';
|
||||
import { PageHeaderService } from '../../shared/services/page-header.service';
|
||||
@@ -145,6 +146,7 @@ export class UserPortalComponent implements OnInit, OnDestroy {
|
||||
|
||||
public personalNavItems: NavItem[] = [
|
||||
{ text: 'My Reimbursements', icon: walletOutlineIcon, path: '/user-portal/reimbursements' },
|
||||
{ text: 'Account Settings', icon: gearIcon, path: '/user-portal/account' },
|
||||
];
|
||||
|
||||
public showMemberAdminSection = false;
|
||||
|
||||
Reference in New Issue
Block a user