fix: login

Deskripsi:
- perbaikan loading login
- menghapus module yg tak terpakai

No Issues
This commit is contained in:
amel
2024-11-05 11:19:14 +08:00
parent 29d1e1f9c9
commit 18835f47cc
2 changed files with 43 additions and 57 deletions

View File

@@ -1,8 +1,4 @@
import { pwd_key_config } from "@/module/_global";
import { funDetectCookies, ViewLogin } from "@/module/auth";
import { unsealData } from "iron-session";
import _ from "lodash";
import { cookies } from "next/headers";
import { redirect } from "next/navigation";
export default async function Home() {