fix: login with revalidate path and wrong preferences link (#654)

This commit is contained in:
Meier Lukas
2024-06-10 21:17:51 +02:00
committed by GitHub
parent 2e782ae442
commit 8e4ba37f94
2 changed files with 5 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ export const UserAvatarMenu = ({ children }: UserAvatarMenuProps) => {
<>
<Menu.Item
component={Link}
href={`/manage/users/${session.data?.user.id}`}
href={`/manage/users/${session.data?.user.id}/general`}
leftSection={<IconSettings size="1rem" />}
>
{t("preferences")}