Merge branch 'patch-2' into patch-1

This commit is contained in:
William Crutchfield
2025-04-09 19:28:14 -07:00

View File

@@ -247,13 +247,13 @@ Table Name: `account`
{
name: "accessTokenExpiresAt",
type: "Date",
description: "The time when the account expires",
description: "The time when the access token expires",
isOptional: true,
},
{
name: "refreshTokenExpiresAt",
type: "Date",
description: "The time when the account expires",
description: "The time when the refresh token expires",
isOptional: true,
},
{