trying to link anonymous user email is not sending the OTP email verification

When calling
  const { error: authError } = await supabase.auth.updateUser({
        email: formData.email,
      });


to link anonymous user to user email, it is not sending the OTP verification code to its email. Even though double email verification email is disabled.

I am actually following what the doc is saying about linking anonymous user. Working on a react native expo environment sdk 52,

supabase Version is:
"@supabase/supabase-js": "^2.49.3",
Was this page helpful?