diff options
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 |
