Skip to content

Commit 4354ccf

Browse files
committed
Removed UseCookiePolicy call
1 parent c9deee7 commit 4354ccf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

1-WebApp-OIDC/1-5-B2C/Startup.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
6363

6464
app.UseHttpsRedirection();
6565
app.UseStaticFiles();
66-
app.UseCookiePolicy();
6766

6867
app.UseRouting();
6968
app.UseAuthentication();

0 commit comments

Comments
 (0)