fix: lint errors (#12372)
This commit is contained in:
@@ -36,8 +36,8 @@ export const mcpOAuthClientService = {
|
||||
id: apId(),
|
||||
clientId,
|
||||
clientSecret: hashedSecret,
|
||||
clientSecretExpiresAt: clientSecretExpiresAt,
|
||||
clientIdIssuedAt: clientIdIssuedAt,
|
||||
clientSecretExpiresAt,
|
||||
clientIdIssuedAt,
|
||||
redirectUris: params.redirectUris,
|
||||
clientName: params.clientName ?? null,
|
||||
grantTypes: params.grantTypes ?? ['authorization_code', 'refresh_token'],
|
||||
|
||||
Reference in New Issue
Block a user