Skip to content

Commit

Permalink
Update examples/VariantAndTelemetryDemo/Program.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Zhiyuan Liang <[email protected]>
  • Loading branch information
rossgrambo and zhiyuanliang-ms authored Aug 28, 2024
1 parent a9ed468 commit 2ed8f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/VariantAndTelemetryDemo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
var builder = WebApplication.CreateBuilder(args);

//
// Uses cookie auth for simplicity and randomizing user
// Use cookie auth for simplicity and randomizing user
builder.Services.AddAuthentication("CookieAuth")
.AddCookie("CookieAuth", options =>
{
Expand Down

0 comments on commit 2ed8f90

Please sign in to comment.