feat(settings):add all settings pages
This commit is contained in:
@@ -13,8 +13,8 @@ export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
const links = [
|
||||
{ label: "View Profile", href: "/settings" },
|
||||
{ label: "Change Login Password", href: "/settings/change_login_password" },
|
||||
{ label: "Change transaction Password", href: "/settings/change_transaction_password" },
|
||||
{ label: "Set transaction Password", href: "/settings/set_transaction_password" },
|
||||
{ label: "Change transaction Password", href: "/settings/change_txn_password" },
|
||||
{ label: "Set transaction Password", href: "/settings/set_txn_password" },
|
||||
];
|
||||
useEffect(() => {
|
||||
const token = localStorage.getItem("access_token");
|
||||
|
||||
Reference in New Issue
Block a user