Open Closed

Logo replacement for Login page angular #1064


User avatar
0
dwoodard created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

I have replace the PNG files located in:

..\angular\src\assets\images\logo

However the login page still shows the place holder logo:

I searched for every file with logo_dark.png and logo_light.png on my computer; found a few in:

..\angular\node_modules@volo\abp.ng.theme.lepton\dist\global\assets\

I replaced these as well, still no go.

How do I replace the login page logo?


2 Answer(s)
  • User Avatar
    0
    jackmcelhinney created

    You need to replace it in the Host project like so:

    More information here: https://support.abp.io/QA/Questions/446/How-do-I-customize-login-pages-for-Angular-when-using-new-Authorization-Work-Flow-in-version-31#answer-38188880-0159-b68b-a717-39f7ea546c59

    Hope this helps.

  • User Avatar
    0
    dwoodard created

    @jackmcelhinney thanks! I also had to clear my browser cache and every worked as expected. Appreciate your help!

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