Open Closed

Remove Logo and placeholder from login screen using commercial blazor #2928


User avatar
0
safi created

Hi

I want to hide this please let me know how can I do this.

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

2 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Find the<YourProject>BrandingProvider

    [Dependency(ReplaceServices = true)]
    public class MyProjectNameBrandingProvider : DefaultBrandingProvider
    {
        public override string LogoUrl => "";
        public override string LogoReverseUrl => "";
        public override string AppName => ....;
    }
    
  • User Avatar
    0
    safi created

    Hi,

    Find the<YourProject>BrandingProvider

    [Dependency(ReplaceServices = true)] 
    public class MyProjectNameBrandingProvider : DefaultBrandingProvider 
    { 
        public override string LogoUrl => ""; 
        public override string LogoReverseUrl => ""; 
        public override string AppName => ....; 
    } 
    

    Hi

    Can you please check this https://support.abp.io/QA/Questions/2901/How-can-I-set-a-landing-page-for-admin-in-Abp-io

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