feat(account): add Account Settings page, route, and wire Settings menu item

This commit is contained in:
Chris Chen
2026-06-23 20:15:56 -07:00
parent 1e6ddddf1f
commit a2ecc895de
4 changed files with 27 additions and 1 deletions
@@ -100,7 +100,7 @@ export class UserHeaderComponent implements OnInit, OnDestroy {
{
text: 'Settings',
icon: 'settings',
disabled: true
click: () => this.router.navigate(['/user-portal/account'])
},
{ separator: true },
{