diff --git a/.changeset/rename-client-trust-to-device-trust.md b/.changeset/rename-client-trust-to-device-trust.md new file mode 100644 index 00000000000..27ec155c7f2 --- /dev/null +++ b/.changeset/rename-client-trust-to-device-trust.md @@ -0,0 +1,6 @@ +--- +'@clerk/shared': patch +'@clerk/upgrade': patch +--- + +Rename "Client Trust" to "Device Trust" in documentation strings and links. This is a naming change only — the `needs_client_trust` sign-in status, the `clientTrustState` property, and every other API value keep their existing names, so no integration changes are required. diff --git a/packages/shared/src/types/signInFuture.ts b/packages/shared/src/types/signInFuture.ts index d46ce7e0f20..59941ee856a 100644 --- a/packages/shared/src/types/signInFuture.ts +++ b/packages/shared/src/types/signInFuture.ts @@ -342,7 +342,7 @@ export interface SignInFutureResource { * The current status of the sign-in. *