Skip to content

Commit 32da90b

Browse files
Merge pull request dotnet-architecture#235 from skynode/patch-2
Update Identity.API/Startup.cs
2 parents ca4fb14 + 24ca050 commit 32da90b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/Identity/Identity.API/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public Startup(IHostingEnvironment env)
4040
if (env.IsDevelopment())
4141
{
4242
// For more details on using the user secret store see http://go.microsoft.com/fwlink/?LinkID=532709
43-
builder.AddUserSecrets();
43+
builder.AddUserSecrets<Startup>();
4444
}
4545

4646
builder.AddEnvironmentVariables();

0 commit comments

Comments
 (0)