fix signout

This commit is contained in:
Huskydog9988
2025-03-22 16:55:08 -04:00
parent e08a13f2c3
commit 2027c69c0e
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ const navigation: NavigationItem[] = [
},
{
label: "Sign out",
route: "/signout",
route: "/auth/signout",
prefix: "",
},
].filter((e) => e !== undefined);