Hi, I have customized my MFA login page and by following MFA theme language I have also customized the success message in case of sms sent like following:
successMessages: {
smsSent: 'Enter the 6-digit verification code sent to {phoneNumber} as a text message.'
}
My concern is that it is displaying the masked phone number as XXXXXXXXX4049 along with the country code. Is there any way to limit it to 10 digits like XXXXXX4049 ,i.e., removing 3 masked characters?