Skip to content

Commit 2977069

Browse files
authored
Merge pull request #591 from Azure-Samples/update-b2c-cookie-consent-widget
Removed cookie consent banner and updated copyright year
2 parents df985c7 + 52f2409 commit 2977069

File tree

4 files changed

+1
-44
lines changed

4 files changed

+1
-44
lines changed
106 KB
Loading

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();

1-WebApp-OIDC/1-5-B2C/Views/Shared/_CookieConsentPartial.cshtml

Lines changed: 0 additions & 40 deletions
This file was deleted.

1-WebApp-OIDC/1-5-B2C/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@
3838
</div>
3939
</nav>
4040

41-
<partial name="_CookieConsentPartial" />
42-
4341
<div class="container body-content">
4442
@RenderBody()
4543
<hr />
4644
<footer>
47-
<p>&copy; 2018 - WebApp_OpenIDConnect_DotNet</p>
45+
<p>&copy; 2022 - WebApp_OpenIDConnect_DotNet</p>
4846
</footer>
4947
</div>
5048

0 commit comments

Comments
 (0)