Disable Moralis sending email when user email changes

I setup my own Sendgrid email verification flow with custom templates.

The issue I have right now is that Moralis automatically sends an email when the user changes their email address. There is some talk about it here.

How can I disable Moralis sending emails automatically?

In my Moralis settings (https://admin.moralis.io/dapps/settings) I can’t erase the Sendgrid API key, template ID, and From email in the setttings.

I think I got it. I changed the Sendgrid Verification EMail Template ID to a random number in the admin settings and it stops the auto email.

But I still can’t delete the values here altogether.

That may be a good enough solution