Thangs again @liangshiwei,
Your temporary solution works perfectly!
Thanks @liangshiwei,
I appreciate the quick response. I'll test and let you know how things look.
With a Blazor Server project using the Lepton Theme, do the following...
It seems that any save in the My Account > Personal Info tab unconditionally triggers the Authenticator app to be a valid 2fa provider for the user.
I reproduced this with a newly created 7.4.2 Blazor Server project with the Lepton Theme.
This is excellent news. I believe this feature is a must have for the framework.
For anyone running into the same issue, you just need to inject ABP's ISettingProvider
See ABP's documentation
Thank you for the confirmation on this @liangshiwei
Excellent, that worked.
Thanks @mailiming !
Ok, thank you for confirming.
This may be the limitation of Blazor server.
Hi, for the Lepton Theme (not LeptonX), isn't the side menu loaded using MVC and not Blazor Server? From what I understand, the Blazor Server application is actually a hybrid MVC/Blazor Server app.
Thanks...