简体   繁体   中英

.net core angular spa templates with IdentityServer

I'm using this template: SPA Template And I want to understand how I can change layout of user registration and user login?

Thanks and Regards, Danijel

Oh, It took me 2 days to find out how!

https://docs.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity?view=aspnetcore-3.1&tabs=netcore-cli

In short - you need to run something like:

dotnet aspnet-codegenerator identity --useDefaultUI

That will generate all.cshtml files. From that you could unleash your html&css skills:)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM