Hello,
I want to customize the login from the account module but I don't know how to integrate the module in the Angular project. When I start the project and go to the login page, nothing loads, a blank page appears.
- ABP Framework version: v7.1.1
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
- Create a new solution
- Add Account Module (Replace packages with source code)
- Modify the settings in environment.ts to change the resource owner password flow:
- Here I have a couple of doubts with the dummyClientSecret variable ¿what key should be set? ¿where is it generated?
- Run the project
I have been trying to replace the components but I don't know how to do it with the account module.
Thanks.