Skip to content

Commit 2b12a5f

Browse files
fix: fixed spelling for localAuthenticationOptions is incorrect in Auth0Options interface
1 parent bd9454d commit 2b12a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export type User = {
9393
export interface Auth0Options {
9494
/** Your Auth0 application's domain. e.g., 'your-tenant.us.auth0.com' */
9595
domain: string;
96-
LocalAuthenticationOptions?: LocalAuthenticationOptions;
96+
localAuthenticationOptions?: LocalAuthenticationOptions;
9797
/** Your Auth0 application's client ID. */
9898
clientId: string;
9999
timeout?: number;

0 commit comments

Comments
 (0)