Skip to content

Commit a57e504

Browse files
fix: remove Partial<Auth0ClientOptions> from Auth0ProviderWithClientOptions
1 parent 67b5b75 commit a57e504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/auth0-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export type Auth0ProviderWithConfigOptions<TUser extends User = User> =
108108
* Use `createAuth0Client` to create the client so telemetry is set correctly.
109109
*/
110110
export type Auth0ProviderWithClientOptions<TUser extends User = User> =
111-
Auth0ProviderBaseOptions<TUser> & Partial<Auth0ClientOptions> & { client: Auth0Client };
111+
Auth0ProviderBaseOptions<TUser> & { client: Auth0Client };
112112

113113
/**
114114
* The main configuration to instantiate the `Auth0Provider`.

0 commit comments

Comments
 (0)