Web3auth v10 breaks MFA setup on v9

Hi,
There is a problem of MFA when upgrading from web3auth v9 to web3auth v10.

In v9 we was using custom provider for social logins: discord, google, X and facebook.

We recently switched to web3auth v10 and now our users are blocked on MFA, the page is loading indefinitively.
When checking in console, errors are:

  • Google: invalid scope
  • Discord: incorrect anwser

The problem seems to be this one:
In v9 custom providers passed to web3auth was also used for MFA.
So our users have validated their MFA with our own custom provider.

But now with v10 custom providers are not used anymore for MFA, so when our users are trying to connect to their wallet and validate MFA they got an error because provider use is web3auth provider.

We are using the last version of web3auth: 10.15.0

Thank you.