Skip to content

Commit ab6aa82

Browse files
authored
Merge pull request #110900 from SaurabhSharma-MSFT/patch-66
(AzureCXP) Fix for GitHub Issue 52112
2 parents 8ff2af5 + 9857584 commit ab6aa82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/active-directory/develop/quickstart-v2-netcore-daemon.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ app = ConfidentialClientApplicationBuilder.Create(config.ClientId)
193193
.WithClientSecret(config.ClientSecret)
194194
.WithAuthority(new Uri(config.Authority))
195195
.Build();
196-
);
197196
```
198197

199198
> | Where: ||

0 commit comments

Comments
 (0)