Removed the exercises and exams tab from the sidebar for owners and corporate
This commit is contained in:
@@ -10,6 +10,7 @@ import RegisterIndividual from "./(register)/RegisterIndividual";
|
||||
import RegisterCorporate from "./(register)/RegisterCorporate";
|
||||
import EmailVerification from "./(auth)/EmailVerification";
|
||||
import {sendEmailVerification} from "@/utils/email";
|
||||
import useUsers from "@/hooks/useUsers";
|
||||
|
||||
export const getServerSideProps = (context: any) => {
|
||||
const {code} = context.query;
|
||||
|
||||
Reference in New Issue
Block a user