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