Updating startup for ntml as well
This commit is contained in:
parent
28d49310bf
commit
c320b1caaf
|
|
@ -77,7 +77,7 @@ namespace MusicStore
|
|||
});
|
||||
|
||||
// Add Identity services to the services container
|
||||
services.AddDefaultIdentity<MusicStoreContext, ApplicationUser, IdentityRole>(configuration);
|
||||
services.AddDefaultIdentity<MusicStoreContext, ApplicationUser, IdentityRole>(configuration.GetSubKey("Identity"));
|
||||
|
||||
// Add MVC services to the services container
|
||||
services.AddMvc();
|
||||
|
|
|
|||
Loading…
Reference in New Issue