Skip to content

Commit 12ffea7

Browse files
committed
Add comments
1 parent 7652fde commit 12ffea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2-client-service-with-js-client-oauth2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ getToken = () => {
1919
// console.log(ClientOAuth2Token); //=> { accessToken: '...', tokenType: 'bearer', ... }
2020
// console.log(ClientOAuth2Token.tokenType);
2121
// console.log(ClientOAuth2Token.accessToken)
22-
22+
2323
resolve(ClientOAuth2Token.tokenType + ' ' + ClientOAuth2Token.accessToken);
2424
// ex: bearer UtqialQW1vSqBGux1-GQjOh2QEnz3cQHCnUwV--DZVc.ZByXKuqFc2sbG8slKwRuCevLcmCb9LndzJMKipHu-zQ
2525
})

0 commit comments

Comments
 (0)