mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-02 09:48:22 +00:00
temporary fix for build and remove previous auth related code
This commit is contained in:
@ -2,7 +2,6 @@ import { Rejectuser } from "@/actions/user-actions";
|
||||
import Filter from "@/components/filter";
|
||||
import Search from "@/components/search";
|
||||
import { UsersTable } from "@/components/user-table";
|
||||
import { AdminAuthGuard } from "@/lib/auth-guard";
|
||||
import {
|
||||
AArrowDown,
|
||||
AArrowUp,
|
||||
@ -36,15 +35,10 @@ export default async function AdminUsers({
|
||||
status: string;
|
||||
}>;
|
||||
}) {
|
||||
await AdminAuthGuard();
|
||||
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className="flex justify-between items-center border-[1px] rounded-md border-dashed font-bold title-bg py-4 px-2 mb-4">
|
||||
<h3 className="text-sarLinkOrange text-2xl">
|
||||
Users
|
||||
</h3>
|
||||
<h3 className="text-sarLinkOrange text-2xl">Users</h3>
|
||||
</div>
|
||||
|
||||
<div
|
||||
|
Reference in New Issue
Block a user