From 6c731073abb2cdaa67c503c17fdd5420c87bbe01 Mon Sep 17 00:00:00 2001 From: "Indoteknik ." Date: Sat, 16 Aug 2025 15:28:22 +0700 Subject: comment console log auth --- src/pages/my/profile.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/my/profile.jsx b/src/pages/my/profile.jsx index 98e95b4f..92e3956c 100644 --- a/src/pages/my/profile.jsx +++ b/src/pages/my/profile.jsx @@ -18,7 +18,7 @@ import { useRouter } from 'next/router'; export default function Profile() { const auth = useAuth(); - console.log('auth', auth); + // console.log('auth', auth); const [isChecked, setIsChecked] = useState(false); const [ubahAkun, setUbahAkun] = useState(false); const [isAprove, setIsAprove] = useState(); -- cgit v1.2.3