[CHANGE] Cookie login fixed
This commit is contained in:
@@ -8,6 +8,7 @@ var builder = WebApplication.CreateBuilder(args);
|
||||
builder.Services.AddRazorComponents()
|
||||
.AddInteractiveServerComponents();
|
||||
|
||||
AppContext.SetSwitch("System.Net.Http.EnableActivityPropagation", false);
|
||||
|
||||
/* Manager */
|
||||
builder.SetupLogging();
|
||||
|
Reference in New Issue
Block a user