Test server
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import { Login } from "@/app_modules/auth";
|
||||
import { cookies } from "next/headers";
|
||||
|
||||
export default function Page() {
|
||||
const c: any = cookies().getAll();
|
||||
|
||||
return (
|
||||
<>
|
||||
<Login />
|
||||
|
||||
Reference in New Issue
Block a user