🐛 Add missing default export for manage boards page

This commit is contained in:
Meier Lukas
2023-11-17 18:30:02 +01:00
parent 2c35ba108f
commit 242afdddd6

View File

@@ -222,6 +222,8 @@ const BoardsPage = ({
);
};
export default BoardsPage;
export const getServerSideProps = async (context: GetServerSidePropsContext) => {
const session = await getServerAuthSession({ req: context.req, res: context.res });
const result = checkForSessionOrAskForLogin(