0
renata.mendes created
**ABP Framework version: v5.1.4
UI type: Blazor
DB provider: EF Core**
Hello,
I customized the LoginModel to add an External Login provider that some of our customers requested.
For this I followed the customization guide that is in the ABP documentation. ASP.NET Core (MVC / Razor Pages) User Interface Customization Guide But the html code that is in source code of the Account module has a different layout than it original project template.
How can I customize LoginModel without changing the page layout?
Thank you
1 Answer(s)
-
0
Hi,
I've solved the problem. I was referring the MyLoginModel in ExposeServices attribute instead of the LoginModel.
Thank you