diff --git a/src/component/auth/Login2.jsx b/src/component/auth/Login2.jsx index 14d2b00..3f070cf 100644 --- a/src/component/auth/Login2.jsx +++ b/src/component/auth/Login2.jsx @@ -93,13 +93,13 @@ export default function Login() {
- +
- +
diff --git a/src/component/settings/Settings.jsx b/src/component/settings/Settings.jsx index b93f8fc..8cbffb9 100644 --- a/src/component/settings/Settings.jsx +++ b/src/component/settings/Settings.jsx @@ -52,7 +52,7 @@ export default function Settings() { const data = profileInfo?.data setInitialData({external_links: data?.external_links, personal_data: data?.personal_data}) },[profileInfo]) - console.log('INI', intialData) + // console.log('INI', intialData) const updateProfile = (values, helpers) => {