diff --git a/src/types/common.ts b/src/types/common.ts index 8196b6b2..0a62681b 100644 --- a/src/types/common.ts +++ b/src/types/common.ts @@ -104,7 +104,7 @@ export type User = { export interface Auth0Options { /** Your Auth0 application's domain. e.g., 'your-tenant.us.auth0.com' */ domain: string; - LocalAuthenticationOptions?: LocalAuthenticationOptions; + localAuthenticationOptions?: LocalAuthenticationOptions; /** Your Auth0 application's client ID. */ clientId: string; timeout?: number;