0
    
    
        
                    andrejs.serebrjakovs created
                    
                    
                    
                
                - ABP Framework version: v8.2.1 Commercial
 - UI Type: Angular
 - Database System: EF Core (SQL Server)
 - Single tier
 - Exception message and full stack trace:
 - Steps to reproduce the issue:
 
How can I modify Login Page that seems to be server side in single tier application? For multi-tiered application with Auth server there is index.cshtml page with full source code. For multi-tiered without auth server and single-tier apps with angular there is no source code for that.
1 Answer(s)
- 
    0
Hi,
Here's how the replacement page works: https://abp.io/community/articles/how-to-customize-the-login-page-for-mvc-razor-page-applications-9a40f3cd
you can download the account pro source code and copy the login page code to your project.
abp get-source Volo.Abp.Account.Procopy
_ViewImports.cshtmltoPages/Accounttoo 
