diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-08-15 09:48:06 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-08-15 09:48:06 +0700 |
| commit | 9159b649258703ea0539ea958cdf8b3c5987e474 (patch) | |
| tree | 185e6f1d6c01a9f6fae97d016a28cb47b19b9d85 /src/pages | |
| parent | d90fe88740674de2a5dcc4a06a93c71884bb8262 (diff) | |
<hafid> fix alur repeat order
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/my/profile.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/my/profile.jsx b/src/pages/my/profile.jsx index 859b6960..1b449e2d 100644 --- a/src/pages/my/profile.jsx +++ b/src/pages/my/profile.jsx @@ -41,6 +41,7 @@ export default function Profile() { setChangeConfirmation(false); setIsChecked(true); }; + console.log('auth : ', auth); return ( <> <BottomPopup |
