feat: adjust roles

This commit is contained in:
Mauricio Siu
2025-02-15 19:12:44 -06:00
parent 1bbb4c9b64
commit d233f2c764
8 changed files with 273 additions and 227 deletions

View File

@@ -261,7 +261,6 @@ export async function getServerSideProps(context: GetServerSidePropsContext) {
}
const { user } = await validateRequest(context.req);
console.log("Response", user);
if (user) {
return {