Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Svobek authored Sep 17, 2024
1 parent 1e65534 commit e7ee9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MEETIT/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
ValidateAudience = true,
ValidateLifetime = true,
ValidateIssuerSigningKey = true,
IssuerSigningKey = new SymmetricSecurityKey(Encoding.ASCII.GetBytes("00112233445566778899AABBCCDDEEFF"))
IssuerSigningKey = new SymmetricSecurityKey(Encoding.ASCII.GetBytes(""))
};
});
// Add services to the container.
Expand Down

0 comments on commit e7ee9c7

Please sign in to comment.