feat : APi integrated foe change password and change trans password

feat: Change the UI design
This commit is contained in:
2025-09-03 12:45:00 +05:30
parent e531523538
commit 5c194a24d0
6 changed files with 53 additions and 48 deletions

View File

@@ -15,6 +15,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
{ label: "Change Login Password", href: "/settings/change_login_password" },
{ label: "Change transaction Password", href: "/settings/change_txn_password" },
{ label: "Set transaction Password", href: "/settings/set_txn_password" },
{ label: "Set userId", href: "/settings/user_id" },
];
useEffect(() => {
const token = localStorage.getItem("access_token");