Skip to content

Commit 69f3a51

Browse files
committed
fixing typo
1 parent 3f34434 commit 69f3a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ManagedClientConsoleAppSample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Program
1212
internal const string vstsCollectionUrl = "https://myaccount.visualstudio.com"; //change to the URL of your VSTS account; NOTE: This must use HTTPS
1313
// internal const string vstsCollectioUrl = "http://myserver:8080/tfs/DefaultCollection" alternate URL for a TFS collection
1414
internal const string clientId = "0fa17cf4-f75c-4185-ab9a-7c5ea47ca073"; //change to your app registration's Application ID
15-
internal const string replyUri = "http://adaljssample"; //change to your app registration's reply URI.
15+
internal const string replyUri = "http://adalsample"; //change to your app registration's reply URI.
1616
//==========================================================================
1717

1818
internal const string VSTSResourceId = "499b84ac-1321-427f-aa17-267ca6975798"; //Constant value to target VSTS. Do not change

0 commit comments

Comments
 (0)