0
cvarela@ld created
Hello!
Need some help customizing the footer of the Auth Server blazor application, it currently displays "2025© Lepton Theme by Volosoft" and some links. Where can we change this? the docs say we should be inheriting from Footer and overriding it using dependency injection but that only works for the Blazor Server app it is not working on the Auth Server App.
Thanks.
2 Answer(s)
-
0
Hi, the AuthServer application is an MVC / Razor Pages application, so you can create a
_Footer.cshtml
under theThemes/LeptonX/Layouts/Application
path in your AuthServer project, and then customize the footer. (https://abp.io/docs/latest/ui-themes/lepton-x/mvc#customizing-the-footer-section) -
0
This worked, thank you!