Great : )
hi
You can download the source code of Account Pro.
abp get-source Volo.Abp.Account.Pro --version 9.0.2
The Login page is:
Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml
Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml.cs
Thanks.
: )
hi
Currently, you need to generate them manually if your API has changed.
Thanks.
hi
This only works for your application services, not for application services in modules(eg Identity). You can try adding their HTTP client packages and modules.
And you can consider using a tiered project. There is no need for such code.
Thanks.
hi
Same command, it will maintain the proxy files.
abp generate-proxy --type csharp --module ksvr --url http://localhost:44303 --without-contracts
Thanks.
hi
You can override the Account Layout to remove it.
Where is your UI type and Theme?
Thanks.
hi
Can you try to use --no-multi-tenancy for abp new command?
Thanks.