feat(password change): added in password link to email and change in lst

This commit is contained in:
2025-04-23 15:20:35 -05:00
parent 28b050859a
commit 86905b591b
6 changed files with 342 additions and 4 deletions

View File

@@ -80,8 +80,12 @@ export const Route = createRootRoute({
Hello {user?.username}
</DropdownMenuLabel>
<DropdownMenuSeparator />
{/* <DropdownMenuItem>Profile</DropdownMenuItem>
<DropdownMenuItem>Billing</DropdownMenuItem>
<DropdownMenuItem>
<Link to="/passwordChange">
Password Change
</Link>
</DropdownMenuItem>
{/* <DropdownMenuItem>Billing</DropdownMenuItem>
<DropdownMenuItem>Team</DropdownMenuItem>
<DropdownMenuItem>Subscription</DropdownMenuItem> */}
<hr className="solid"></hr>