We have implemented 2FA and it has been working fine in earlier version of v17. Recently, we upgraded to v17.5.0 and it seems that Customizing the 2FA activation screen is not working. It is using the default 2FA screen. It is not picking up /App_Plugins/TwoFactorProviders/2fa-activation.js
Please can you provide your thoughts on this issue or if you need any further information then I happy to relay.
{
"$schema": "../../umbraco-package-schema.json",
"name": "2fa providers",
"version": "1.0.0",
"extensions": [
{
"type": "mfaActivationProvider",
"alias": "UmbracoUserAppAuthenticator",
"name": "UmbracoUserAppAuthenticator",
"forProviderName": "UmbracoUserAppAuthenticator",
"element": "/App_Plugins/TwoFactorProviders/2fa-activation.js", // This line is the only change
"meta": {
"label": "Google Authenticator"
}
}
]
}