We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb62ef2 commit 482b6a9Copy full SHA for 482b6a9
packages/clerk-js/src/core/resources/Client.ts
@@ -27,7 +27,7 @@ export class Client extends BaseResource implements ClientResource {
27
cookieExpiresAt: Date | null = null;
28
/** Last authentication strategy used by this client; `null` when unknown/disabled. */
29
lastAuthenticationStrategy: LastAuthenticationStrategy | null = null;
30
- clientTrustState?: ClientTrustState | undefined = undefined;
+ clientTrustState?: ClientTrustState = undefined;
31
createdAt: Date | null = null;
32
updatedAt: Date | null = null;
33
0 commit comments