fixed redirection bug

This commit was merged in pull request #10.
This commit is contained in:
2023-10-22 23:08:34 -07:00
parent f67d33396e
commit 1ebb8d61f1
7 changed files with 20 additions and 104 deletions
+1 -1
View File
@@ -450,7 +450,7 @@ export const SidebarData = [
},
{
title: "Authentication",
path: "/auth/login/",
path: "/auth/",
icon: <LockIcon />,
iconClosed: <KeyboardArrowRightIcon />,
iconOpened: <KeyboardArrowDownIcon />,