remove extra console.log
This commit is contained in:
@@ -22,7 +22,6 @@ export default function ResetPasswordForm() {
|
||||
const t = useTranslations('Login-register-form');
|
||||
const searchParams = useSearchParams();
|
||||
const email = searchParams.get('email');
|
||||
console.log(email);
|
||||
|
||||
useEffect(() => {
|
||||
if (state) {
|
||||
|
||||
Reference in New Issue
Block a user