Skip to content

Commit ac2769e

Browse files
fix: fixed spelling for localAuthenticationOptions is incorrect in Au… (#1373)
Co-authored-by: Subhankar Maiti <[email protected]>
1 parent 2bffefd commit ac2769e

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
@@ -104,7 +104,7 @@ export type User = {
104104
export interface Auth0Options {
105105
/** Your Auth0 application's domain. e.g., 'your-tenant.us.auth0.com' */
106106
domain: string;
107-
LocalAuthenticationOptions?: LocalAuthenticationOptions;
107+
localAuthenticationOptions?: LocalAuthenticationOptions;
108108
/** Your Auth0 application's client ID. */
109109
clientId: string;
110110
timeout?: number;

0 commit comments

Comments
 (0)