Skip to content

Commit 0704a70

Browse files
authored
Update interactive.md
1 parent 4a358e3 commit 0704a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/quickstart/native/maui/interactive.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ files:
2020
- files/main-page
2121
---
2222

23-
# Add Login to your MAUI application
23+
# Add Login to your MAUI Application
2424

2525
Auth0 allows you to add authentication to almost any application type quickly. This guide demonstrates how to integrate Auth0, add authentication, and display user profile information in any .NET MAUI application using the Auth0 SDKs for [MAUI](https://www.nuget.org/packages/Auth0.OidcClient.MAUI/).
2626

@@ -135,7 +135,7 @@ Still having issues? Check out our [documentation](https://auth0.com/docs) or vi
135135
:::
136136
::::
137137

138-
## Add Login to your application {{{ data-action="code" data-code="MainPage.xaml.cs#25" }}}
138+
## Add login to your application {{{ data-action="code" data-code="MainPage.xaml.cs#25" }}}
139139

140140
Now that you have configured your Auth0 Application and the Auth0 SDK, you need to set up login for your project. To do this, you will use the SDK’s `LoginAsync()` method to create a login button that redirects users to the Auth0 Universal Login page.
141141

0 commit comments

Comments
 (0)