fix login metode

This commit is contained in:
2025-06-02 17:34:22 +08:00
parent 827b2d10d3
commit b849fead02
2 changed files with 20 additions and 14 deletions

View File

@@ -39,6 +39,7 @@ export default function Login({ version }: { version: string }) {
router.push("/validasi", { scroll: false });
} else {
setLoading(false);
console.log("respone >>", respone);
ComponentGlobal_NotifikasiPeringatan(respone?.message);
}
} catch (error) {