Open Closed

Custom Login Model in Microservice template #3135


User avatar
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.

Layout without customization:

Layout with customization:

How can I customize LoginModel without changing the page layout?

Thank you


1 Answer(s)
  • User Avatar
    0
    renata.mendes created

    Hi,

    I've solved the problem. I was referring the MyLoginModel in ExposeServices attribute instead of the LoginModel.

    Thank you

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11