mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-20 15:51:23 +02:00
Remove log
This commit is contained in:
@@ -234,7 +234,6 @@ export const plugin: PluginDefinition = {
|
|||||||
const grantType = requiredString(values, 'grantType') as GrantType;
|
const grantType = requiredString(values, 'grantType') as GrantType;
|
||||||
const credentialsInBody = values.credentials === 'body';
|
const credentialsInBody = values.credentials === 'body';
|
||||||
|
|
||||||
console.log('Performing OAuth', values);
|
|
||||||
let token: AccessToken;
|
let token: AccessToken;
|
||||||
if (grantType === 'authorization_code') {
|
if (grantType === 'authorization_code') {
|
||||||
const authorizationUrl = requiredString(values, 'authorizationUrl');
|
const authorizationUrl = requiredString(values, 'authorizationUrl');
|
||||||
|
|||||||
Reference in New Issue
Block a user