Skip to content

Commit

Permalink
Update articles/quickstart/native/wpf-winforms/files/mainwindow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Sep 20, 2023
1 parent acf0bf3 commit b46eadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/quickstart/native/wpf-winforms/files/mainwindow.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public partial class MainWindow : Window
{
Auth0ClientOptions clientOptions = new Auth0ClientOptions
{
Domain = "{yourDomain}",
ClientId = "{yourClientId}"
Domain = "${account.namespace}"
ClientId = "${account.clientId}"
};
client = new Auth0Client(clientOptions);
clientOptions.PostLogoutRedirectUri = clientOptions.RedirectUri;
Expand Down

0 comments on commit b46eadc

Please sign in to comment.