I am creating a simple 2fa via email verification in umbraco 13 - a client has very restrictive set up where they cannot add any apps to phones to in order to use the app authenticator
this is 2fa for backoffice users not members
I have most of it working , the initial setup of 2fa and the ongoing login of 2fa all works,
but I cannot find where to hook into the disable notification so I can send a verification code to let the user disable 2fa
when the user logs in I can use the handler for UserTwoFactorRequestedNotification
to send a verification code
but that same notification doest seem to be used for when the user tries to disable the currently enabled 2fa provider
I have also tried all the methods on the ITwoFactorProvider for my provider but none of them are being hit either
can someone point me in the correct direction please?
Cheers
J