We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1ecf9 commit 3fdb3c7Copy full SHA for 3fdb3c7
Auth/LearningHub.Nhs.Auth/Program.cs
@@ -17,7 +17,7 @@
17
18
var builder = WebApplication.CreateBuilder(args);
19
20
-builder.Configuration.AddUserSecrets(string.Empty);
+builder.Configuration.AddUserSecrets("a2ecb5d2-cf13-4551-9cb6-3d86dfbcf8ef");
21
22
builder.Logging.ClearProviders();
23
0 commit comments