mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-03 04:46:19 -05:00
Merge branch 'patch-2' into patch-1
This commit is contained in:
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user