0
david.hurtado created
Can you provide a Guide to customize fav icon for authentication server.
- ABP Framework version: v7.0.1
- UI Type: Blazor Server
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
- We have this customization for Blazor server tired like you can see in this example:
- We need to customize the same in authentication server tired.
- Right now we have this:
- Can you provide a guide to do this?
4 Answer(s)
-
0
Hello,
Try to add favicon icon under
AuthServer\wwwroot\images\favicon
project.Thanks
-
0
-
0
Hello,
then try with
favicon.svg
file once.also check this similar issue https://support.abp.io/QA/Questions/5805/Favicon or check in incognito tab.
thanks
-
0
Ok made that and it's work Thank you very munch!