summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndoteknik . <andrifebriyadiputra@gmail.com>2025-08-16 15:28:22 +0700
committerIndoteknik . <andrifebriyadiputra@gmail.com>2025-08-16 15:28:22 +0700
commit6c731073abb2cdaa67c503c17fdd5420c87bbe01 (patch)
tree6b9cc91791e28b72a22441645c25b8f84b60eba8
parent552756ad3312c73e48b75bc8536bdea467968157 (diff)
comment console log auth
-rw-r--r--src/pages/my/profile.jsx2
1 files changed, 1 insertions, 1 deletions
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();