From 77fb787d465786bd35987bd67f845d878269a32b Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Mon, 9 Jun 2025 12:41:57 +0530 Subject: [PATCH] removed console.log --- src/pages/authentication/LoginWithOtp.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/authentication/LoginWithOtp.jsx b/src/pages/authentication/LoginWithOtp.jsx index b04cc7f8..e0328b1b 100644 --- a/src/pages/authentication/LoginWithOtp.jsx +++ b/src/pages/authentication/LoginWithOtp.jsx @@ -36,7 +36,6 @@ const LoginWithOtp = () => { const onSubmit = async (data) => { const finalOtp = data.otp1 + data.otp2 + data.otp3 + data.otp4; const username = localStorage.getItem( "otpUsername" ); - console.log(username) setLoading(true); try {