Open joelvandal opened 3 days ago
Currently we can validate an account with MFA when the code is sent by email.
But if we are using SMS, then the authentication process return an HTTP error 500.
I add function to detect if MFA is set to Email, Phone or OTP.
I need to complete integration for different endpoint and POST parameters.
Currently we can validate an account with MFA when the code is sent by email.
But if we are using SMS, then the authentication process return an HTTP error 500.