Turned off the ExamGenerator for everyone except me
This commit is contained in:
@@ -62,7 +62,7 @@ export default function Admin() {
|
||||
{user && (
|
||||
<Layout user={user} className="gap-6">
|
||||
<section className="w-full flex -md:flex-col -xl:gap-2 gap-8 justify-between">
|
||||
{user.type === "developer" ? <ExamGenerator /> : <ExamLoader />}
|
||||
{user.email === "tiago.ribeiro@ecrop.dev" ? <ExamGenerator /> : <ExamLoader />}
|
||||
<CodeGenerator user={user} />
|
||||
<BatchCodeGenerator user={user} />
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user