Planning fixed

This commit is contained in:
cdricms
2025-02-26 17:40:12 +01:00
parent 5ef6b82b83
commit 3e53c67a4d
2 changed files with 16 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ export default async function Page() {
me.status === "Error" ||
!me.data ||
!hasPermissions(me.data.roles, {
events: ["get"],
blogs: ["get"],
})
) {
redirect("/dashboard");