From e9bc1c1318aab1bae0f3fd87fca902f7f5a9d021 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Sat, 13 Sep 2025 16:47:18 +0100 Subject: [PATCH] added login input fields max length --- src/component/auth/Login2.jsx | 4 ++-- src/component/settings/Settings.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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) => {