Skip to content

Commit 1de7edb

Browse files
authored
Update mainwindow.md (#10506)
Missing comma between line 17 and 18
1 parent be62947 commit 1de7edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/quickstart/native/wpf-winforms/files/mainwindow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public partial class MainWindow : Window
2020
{
2121
Auth0ClientOptions clientOptions = new Auth0ClientOptions
2222
{
23-
Domain = "${account.namespace}"
23+
Domain = "${account.namespace}",
2424
ClientId = "${account.clientId}"
2525
};
2626
client = new Auth0Client(clientOptions);

0 commit comments

Comments
 (0)