Skip to content

Commit 06fbbc1

Browse files
authored
Update MainWindow.xaml.cs
1 parent cb3742f commit 06fbbc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

1. Desktop app calls Web API/TodoListClient/MainWindow.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public MainWindow()
7575
InitializeComponent();
7676
_app = PublicClientApplicationBuilder.Create(ClientId)
7777
.WithAuthority(Authority)
78-
//Sets the default redirect URI to https://login.microsoftonline.com/common/oauth2/nativeclient for .NET Framework
7978
.WithDefaultRedirectUri()
8079
.Build();
8180

0 commit comments

Comments
 (0)