diff --git a/app/[locale]/auth/registration/page.tsx b/app/[locale]/auth/registration/page.tsx index 4f8411b8..5775ac9d 100644 --- a/app/[locale]/auth/registration/page.tsx +++ b/app/[locale]/auth/registration/page.tsx @@ -66,15 +66,6 @@ const RegistrationPage = () => { memberIdentity = (data as PersonnelRegistrationData).policeNumber; } - // Debug logging - // console.log("=== OTP Request Debug ==="); - // console.log("Category:", category); - // console.log("Category type:", typeof category); - // console.log("Email:", data.email); - // console.log("Member Identity:", memberIdentity); - // console.log("Current URL:", window.location.href); - // console.log("URL search params:", window.location.search); - // Validate category before proceeding if (!category || !isValidCategory(category)) { console.error("Invalid category detected:", category); diff --git a/components/auth/profile-form.tsx b/components/auth/profile-form.tsx index 8d656a9b..56f20b31 100644 --- a/components/auth/profile-form.tsx +++ b/components/auth/profile-form.tsx @@ -422,7 +422,7 @@ export const ProfileForm: React.FC = ({ )} - {/*
+
)} -
*/} +