Skip to content

Commit 2239b32

Browse files
committed
lint
1 parent 77e3106 commit 2239b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/client/simpleOAuthClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class InteractiveOAuthClient {
220220
redirect_uris: [CALLBACK_URL],
221221
grant_types: ['authorization_code', 'refresh_token'],
222222
response_types: ['code'],
223-
token_endpoint_auth_method: 'client_secret_post',
223+
token_endpoint_auth_method: 'client_secret_post'
224224
};
225225

226226
console.log('🔐 Creating OAuth provider...');

0 commit comments

Comments
 (0)