Added a link for admins to go to the CMS

This commit is contained in:
Tiago Ribeiro
2024-03-20 12:46:55 +00:00
parent 65485a0d1f
commit 1823538058
3 changed files with 13 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ export const getServerSideProps = withIronSessionSsr(({req, res}) => {
redirect: {
destination: "/login",
permanent: false,
}
},
};
}
@@ -50,7 +50,7 @@ export const getServerSideProps = withIronSessionSsr(({req, res}) => {
redirect: {
destination: "/",
permanent: false,
}
},
};
}