Skip to content

Commit ff80fdf

Browse files
committed
no-mistakes(document): Fix incorrect provider attribution in OAuth comment
1 parent 06f52aa commit ff80fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/integrations/kimi-code/oauth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const KIMI_CODE_OAUTH_CONFIG = {
66
deviceAuthorizationEndpoint: "https://auth.kimi.com/api/oauth/device_authorization",
77
tokenEndpoint: "https://auth.kimi.com/api/oauth/token",
88
deviceGrantType: "urn:ietf:params:oauth:grant-type:device_code",
9-
// Moonshot's official public client ID for the Kimi Code OAuth device flow.
9+
// Kimi Code's official public client ID for the OAuth device flow.
1010
// Source: Kimi Code CLI's published OAuth integration.
1111
clientId: "17e5f671-d194-4dfb-9706-5516cb48c098",
1212
} as const

0 commit comments

Comments
 (0)