Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
BcnCarlos authored Jan 24, 2024
1 parent 61a53bc commit 2a22322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/quickstart/native/maui/interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ using Auth0.OidcClient;
var client = new Auth0Client(new Auth0ClientOptions
{
Domain = "${account.namespace}",
ClientId = "${account.namespace}",
ClientId = "{yourClientID}",
RedirectUri = "myapp://callback",
PostLogoutRedirectUri = "myapp://callback",
Scope = "openid profile email"
Expand Down

0 comments on commit 2a22322

Please sign in to comment.