You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The identity docs for 2.1 keep referring to the ApplicationUser type that has been previously provided by the templates.
However, in the current templates, no ApplicationUser class is scaffolded. So the docs either need to be updated to use the IdentityUser type, or have a step where the user creates a ApplicationUser type themselves.
The identity docs for 2.1 keep referring to the
ApplicationUser
type that has been previously provided by the templates.However, in the current templates, no
ApplicationUser
class is scaffolded. So the docs either need to be updated to use theIdentityUser
type, or have a step where the user creates aApplicationUser
type themselves.The
ApplicationUser
was removed in aspnet/Templating@5325c65.The text was updated successfully, but these errors were encountered: