From af725717bb1d3bd6537fc03ae0a0ada2f1cda472 Mon Sep 17 00:00:00 2001 From: David Barker Date: Thu, 4 Mar 2021 18:13:11 +0800 Subject: [PATCH] Resore app.UseBrowserLink(); --- sample/MongoIdentitySample.Mvc/Startup.cs | 1 + src/AspNetCore.Identity.MongoDbCore.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/sample/MongoIdentitySample.Mvc/Startup.cs b/sample/MongoIdentitySample.Mvc/Startup.cs index aaa36a5..1c4fd58 100644 --- a/sample/MongoIdentitySample.Mvc/Startup.cs +++ b/sample/MongoIdentitySample.Mvc/Startup.cs @@ -70,6 +70,7 @@ namespace MongoIdentitySample.Mvc if (env.IsDevelopment()) { app.UseDeveloperExceptionPage(); + app.UseBrowserLink(); } else { diff --git a/src/AspNetCore.Identity.MongoDbCore.csproj b/src/AspNetCore.Identity.MongoDbCore.csproj index d9481ec..1b6e513 100644 --- a/src/AspNetCore.Identity.MongoDbCore.csproj +++ b/src/AspNetCore.Identity.MongoDbCore.csproj @@ -17,6 +17,7 @@ +