Skip to content

Commit f7ec65e

Browse files
authored
Merge pull request #18 from rwike77/patch-1
Branding update
2 parents 851698c + 8d5d6e2 commit f7ec65e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

TodoListClient/MainWindow.xaml.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ namespace TodoListClient
3434
public partial class MainWindow : Window
3535
{
3636

37-
// The Client ID is used by the application to uniquely identify itself to the v2.0 endpoint
38-
// The AAD Instance is the instance of the v2.0 endpoint
39-
// The Redirect URI is the URI where the v2.0 endpoint will return OAuth responses.
37+
// The Client ID is used by the application to uniquely identify itself to the Microsoft identity platform endpoint
38+
// The AAD Instance is the instance of the identity platform endpoint
39+
// The Redirect URI is the URI where the identity platform endpoint will return OAuth responses.
4040
// The Authority is the sign-in URL.
4141

4242

0 commit comments

Comments
 (0)