mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Redo .NET Identity as it was not working.
This commit is contained in:
@@ -62,8 +62,6 @@ namespace cicm_web
|
||||
services.AddDbContext<cicmContext>(options => options
|
||||
.UseLazyLoadingProxies()
|
||||
.UseMySql("server=localhost;port=3306;user=cicm;password=cicmpass;database=cicm"));
|
||||
services.AddDefaultIdentity<IdentityUser>()
|
||||
.AddEntityFrameworkStores<cicmContext>();
|
||||
services.AddMvc();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user