How to disable new device verification?

How can we switch off new device detection?
It happens very often to our clients, we wanted to avoid it.
We are using:
@web3auth/react-native-sdk”: “^4.0.0”,
@web3auth/web3auth”: “^2.1.3”,

@fimak Welcome Aboard!

The SFA React Native SDK only works for users who have not enabled MFA. How did you set it up initially? Were you using Plug n Play SDK earlier?

If you specify mfaLevel as none in @web3auth/no-modal , your users will only get two shares: a social share and a device share. However, if you enable multi-factor authentication (MFA) in the no-modal or modal SDKs, your users will receive these two shares plus an additional backup share. Please note that with SFA, you will only receive the social share.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.