diff --git a/src/Auth0.OidcClient.MAUI/Auth0Client.cs b/src/Auth0.OidcClient.MAUI/Auth0Client.cs
index 1626e4ae..c83dea11 100644
--- a/src/Auth0.OidcClient.MAUI/Auth0Client.cs
+++ b/src/Auth0.OidcClient.MAUI/Auth0Client.cs
@@ -1,4 +1,4 @@
-namespace Auth0.OidcClient;
+namespace Auth0.OidcClient;
///
/// Primary class for performing authentication and authorization operations with Auth0 using the
@@ -11,7 +11,7 @@ public class Auth0Client : Auth0ClientBase
///
/// The specifying the configuration for the Auth0 OIDC Client.
public Auth0Client(Auth0ClientOptions options)
- : base(options, "xamarin-maui")
+ : base(options, "maui")
{
options.Browser = options.Browser ?? new WebAuthenticatorBrowser();
}