Skip to content

Commit 5fbd3c6

Browse files
committed
Manually fix a bug Claude left behind earlier.
1 parent 16ed01f commit 5fbd3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@ class OAuthProviderImpl {
15181518
};
15191519

15201520
// Only include client_secret for confidential clients
1521-
if (clientInfo.clientType === 'confidential' && clientSecret) {
1521+
if (clientSecret) {
15221522
response.client_secret = clientSecret; // Return the original unhashed secret
15231523
}
15241524

0 commit comments

Comments
 (0)