Skip to content

Commit e80bad2

Browse files
committed
Update Program.cs
1 parent e8b3e0d commit e80bad2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/AuthorizationExample/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public static async Task Main(string[] args)
3636
RedirectUris = new[]
3737
{
3838
$"http://{hostname}:{port}{callbackPath}"
39-
}, // Configure the authorize callback with the same hostname, port, and path
39+
},
40+
// Configure the authorize callback with the same hostname, port, and path
4041
AuthorizeCallback = AuthorizationService.CreateHttpListenerAuthorizeCallback(
4142
openBrowser: async (url) =>
4243
{

0 commit comments

Comments
 (0)