diff --git a/src/actions/authorizing.ts b/src/actions/authorizing.ts index 8c789b7..f17979b 100644 --- a/src/actions/authorizing.ts +++ b/src/actions/authorizing.ts @@ -17,6 +17,8 @@ export async function handleAuthorizeAction( userId, clientId, scope, + enabled: true, // 新授权默认启用 + lastUsedAt: new Date(), // 首次授权时间作为最后使用时间 }); return redirectUrl;