removed console.log

This commit is contained in:
Pramod Mahajan 2025-06-09 12:41:57 +05:30
parent 00e61988a8
commit 77fb787d46

View File

@ -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 {