Merge, do not push to develop yet, Listening.tsx is not updated
This commit is contained in:
@@ -21,6 +21,7 @@ import { useRouter } from "next/router";
|
||||
import { getSessionByAssignment } from "@/utils/sessions.be";
|
||||
import { Session } from "@/hooks/useSessions";
|
||||
import { activeAssignmentFilter } from "@/utils/assignments";
|
||||
import { checkAccess } from "@/utils/permissions";
|
||||
|
||||
export const getServerSideProps = withIronSessionSsr(async ({ req, res, query }) => {
|
||||
const user = await requestUser(req, res)
|
||||
|
||||
Reference in New Issue
Block a user